SND_DestroyWaveArc

Syntax

#include <nitro/snd.h>
void SND_DestroyWaveArc( SNDWaveArc* waveArc );

Arguments

waveArc This is the Waveform Archive pointer. Must have 32-byte alignment.

Return Values

None.

Description

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.

See Also

None.

Revision History

2004/07/20 Initial version.


CONFIDENTIAL