C4 Engine
C4 Engine API Documentation

SoundMgr::ResumeAllSounds

Defined in:  C4Sound.h
Resumes all sounds which are currently paused.
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

SoundMgr::PauseAllSounds

SoundMgr::StopAllSounds

Sound::ResumeSound