#include <nitro/snd.h>
const SNDWaveData* SND_GetWaveDataAddress( const SNDWaveArc* waveArc, int index );
waveArc
index
Gets the address of the SNDWaveData type waveform data.
SNDWaveData
Gets the address of the waveform data in the waveform archive.
01/20/2005 Initial version