Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ FreeSamples
Function
FreeSamples
TombEngine/Sound/sound.cpp:408–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
void FreeSamples()
409
{
410
StopAllSounds();
411
for (int i = 0; i < SOUND_MAX_SAMPLES; i++)
412
Sound_FreeSample(i);
413
}
414
415
void EnumerateLegacyTracks()
416
{
Callers
1
FreeLevel
Function · 0.85
Calls
2
StopAllSounds
Function · 0.85
Sound_FreeSample
Function · 0.85
Tested by
no test coverage detected