* Gets the list of sprites defined my this mod. * @return The list of sprites. */
| 57 | * @return The list of sprites. |
| 58 | */ |
| 59 | std::map<int, std::string> *ExtraSprites::getSprites() |
| 60 | { |
| 61 | return &_sprites; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Gets the width of the surfaces (used for single images and new spritesets). |