#include <nitro/fs.h>
void FS_End( void );
None.
None.
This function ends the FS library. The function performs these processes:
FS_UnloadArchive
and FS_ReleaseArchiveName
functions to release all loaded archives.
FS_Init
function was called.
FS_LoadTable
and FS_LoadArchiveTables
), then you will need to do these independently before calling this function.
FS_Init FS_IsAvailable FS_ReleaseArchiveName FS_UnloadArchive
05/30/2005 Initial version.