#include <nitro/fs.h>
static inline u32 FS_GetArchiveBase(const FSArchive *p_arc);
p_arc | Address of the FSArchive structure. |
The archive's base offset.
Returns the base offset of the archive.
If the archive has not been loaded to the system by FS_LoadArchive
, calling this function returns an undefined value.
FSArchive
, FS_LoadArchive
, FS_UnloadArchive
2004/11/02 Corrected error in paragraph format.
2004/07/12 Corrected link error.
2004/06/30 Initial version.
CONFIDENTIAL