FS_InitArchive


C Specification

#include <nitro/fs.h>

void FS_InitArchive(FSArchive *p_arc);

Description

Initializes the FSArchive structure.

Call this function once before using the FSArchive structure.

Arguments

p_arc Address of the FSArchive structure

See Also

FSArchive, FS_RegisterArchiveName, FS_LoadArchive

Revision History

06/30/2004 Initial Version