jubilant-funicular
|
Static Public Member Functions | |
static void | init () |
initializes SDL_Mixer | |
static void | destroy () |
frees all music | |
static SoundEffect * | getSoundEffect (crstring effectPath) |
returns sound | |
static Music * | getMusic (crstring musicPath) |
Static Private Attributes | |
static std::map< std::string, SoundEffect * > | m_effectMap |
maps for associating sounds with their files | |
static std::map< std::string, Music * > | m_musicMap |
Definition at line 65 of file AudioManager.h.