* Gets the width of the surfaces (used for single images and new spritesets). * @return The width of the surfaces. */
| 66 | * @return The width of the surfaces. |
| 67 | */ |
| 68 | int ExtraSprites::getWidth() const |
| 69 | { |
| 70 | return _width; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Gets the height of the surfaces (used for single images and new spritesets). |