FS_InitArchive

C Specification

#include <nitro/fs.h>

void FS_InitArchive(FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure

Return Values

None.

Description

Initializes the FSArchive structure. Call this function once before using the FSArchive structure.

See Also

FSArchive, FS_RegisterArchiveName, FS_LoadArchive

Revision History

06/30/2004 Initial version.