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