SND_Init

C Specification

#include <nitro/snd.h>
void SND_Init( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

None.

Revision History

07/01/2004 Initial version