MCPcopy Create free account
hub / github.com/ddnet/ddnet / UnpauseAudioDevice

Method UnpauseAudioDevice

src/engine/client/sound.cpp:1030–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030void CSound::UnpauseAudioDevice()
1031{
1032 SDL_PauseAudioDevice(m_Device, 0);
1033}
1034
1035IEngineSound *CreateEngineSound() { return new CSound; }

Callers 2

StopMethod · 0.80
StartVideoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected