* Gets the height of the surfaces (used for single images and new spritesets). * @return The height of the surfaces. */
| 75 | * @return The height of the surfaces. |
| 76 | */ |
| 77 | int ExtraSprites::getHeight() const |
| 78 | { |
| 79 | return _height; |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * Returns whether this is a single surface as opposed to a set of surfaces. |