#include <nitro/fs.h>void FS_InitFile( FSFile *p_file );Initializes the FSFile structure.
Call this once before using the FSFile structure.
p_file |
FSFile structure's address |
None.
FSFile,
FS_OpenFile,
FS_OpenFileFast
04/01/2004 Initial Version