NNS_SndArcGetCurrent

C Specification

#include <nnsys/snd.h>
NNSSndArc* NNS_SndArcGetCurrent( void );

Arguments

None.

Return Values

Returns the current sound archive pointer.

Description

Gets the current sound archive pointer.

Use the NNS_SndArcSetCurrent function to modify the current sound archive.

See Also

NNS_SndArcSetCurrent

Revision History

06/01/2004 Initial version.