SoundMgr::ResumeAllSounds
Defined in:
Resumes all sounds which are currently paused.
C4Sound.h
Prototype
void ResumeAllSounds(void);
Description
The ResumeAllSounds
function resumes all sounds which are currently paused. This function is normally called to balance a previous call to SoundMgr::PauseAllSounds
.
See Also