* Returns whether this is a single surface as opposed to a set of surfaces. * @return True if this is a single surface. */
| 84 | * @return True if this is a single surface. |
| 85 | */ |
| 86 | bool ExtraSprites::getSingleImage() const |
| 87 | { |
| 88 | return _singleImage; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Gets the mod index for this external sprite set. |