Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1030
void CSound::UnpauseAudioDevice()
1031
{
1032
SDL_PauseAudioDevice(m_Device, 0);
1033
}
1034
1035
IEngineSound *CreateEngineSound() { return new CSound; }
Callers
2
Stop
Method · 0.80
StartVideo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected