#include <class.soundmanager.hh>
Public Member Functions | |
~CSoundManager () | |
bool | Init (const char *szSoundsFolderPath) |
void | Cleanup () |
Public Attributes | |
std::map< int, CSound * > | mpSounds |
CSoundManager::~CSoundManager | ( | ) |
bool CSoundManager::Init | ( | const char * | szSoundsFolderPath | ) |
void CSoundManager::Cleanup | ( | ) |
std::map<int, CSound*> CSoundManager::mpSounds |