#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.
The internal processes of this function do not take into consideration any details other than the ending of the FS library. Thus, if there is an archive that requires special ending processing (such as the need to release memory allocated by 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
2005/05/30 Initial version.
CONFIDENTIAL