#include <nnsys/snd.h>
FSFileID NNS_SndArcGetFileID(
void )
;
Gets the file ID of the sound archive.
The sound archive file can be opened with FS_OpenFileFast
by using the obtained file ID.
Use this function only for sound archives initialized using the NNS_SndArcInit
function. This function cannot be used with sound archives initialized using the NNS_SndArcInitOnMemory
function.
NNS_SndArcInit
, NNS_SndArcInitOnMemory
2004/08/10 Initial version.
CONFIDENTIAL