#include <nitro/snd.h>
void SND_DestroyWaveArc( SNDWaveArc* waveArc );
Destroys the Waveform Archive specified by waveArc
.
You must call this function before making other use of the memory region of waveArc
.
waveArc
must have 32-byte alignment.
None.
2004/07/20 Initial version.
CONFIDENTIAL