Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ RegisterWave
Method
RegisterWave
engine/PoseidonOpenAL/SoundSystemOAL.cpp:239–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
void SoundSystemOAL::RegisterWave(WaveOAL* wave)
240
{
241
std::lock_guard<std::recursive_mutex> lk(_audioMutex);
242
if (wave)
243
_waves.push_back(wave);
244
}
245
246
void SoundSystemOAL::UnregisterWave(WaveOAL* wave)
247
{
Callers
1
WaveOAL
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected