MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / StopAll

Method StopAll

engine/src/sound.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Sound::StopAll()
119{
120#if defined(USE_FMOD)
121 musicChannel->stop();
122 sfxChannel->stop();
123#endif
124}
125
126void Sound::setReverb(bool state)
127{

Callers 1

G_loadLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected