CSoundManager
Up

Purpose:
Manages the WAV files played during the game.
Methods:
BOOL Init (HWND) - Initialize the Direct Sound COM object and load WAV files to memory.
void Play (SoundType) - Play the requested WAV.
void SetMuteMode (BOOL bMuteMode) - Set the Mute Mode (TRUE means don't play sounds).
 

Home Up Next