#include <class.sounds.hh>
Public Member Functions | |
CSound () | |
~CSound () | |
bool | Init (const char *szSoundFilePath) |
void | Cleanup () |
bool | Play () |
Plays the music sample;. | |
Public Attributes | |
Mix_Chunk * | pSample |
CSound::CSound | ( | ) |
CSound::~CSound | ( | ) |
bool CSound::Init | ( | const char * | szSoundFilePath | ) |
void CSound::Cleanup | ( | ) |
bool CSound::Play | ( | ) |
Plays the music sample;.
Mix_Chunk* CSound::pSample |