* Gets the list of sounds defined by this mod. * @return The list of sounds defined my this mod. */
| 52 | * @return The list of sounds defined my this mod. |
| 53 | */ |
| 54 | std::map<int, std::string> *ExtraSounds::getSounds() |
| 55 | { |
| 56 | return &_sounds; |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Gets the mod index for this external sounds set. |