FS_InitArchive

Syntax

#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

2004/06/30 Initial version.


CONFIDENTIAL