#include <nitro/snd.h>
void SND_Init(
void )
;
Initializes Sound. Call this function before calling any other of the Sound functions.
The function acts internally to initialize variables and to synchronize communications with ARM7.
None.
07/01/2004 Initial version