MCPcopy 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
408void FreeSamples()
409{
410 StopAllSounds();
411 for (int i = 0; i < SOUND_MAX_SAMPLES; i++)
412 Sound_FreeSample(i);
413}
414
415void EnumerateLegacyTracks()
416{

Callers 1

FreeLevelFunction · 0.85

Calls 2

StopAllSoundsFunction · 0.85
Sound_FreeSampleFunction · 0.85

Tested by

no test coverage detected