#include <revolution/arc.h>
u32 ARCGetStartOffset(ARCFileInfo* af);
ARCGetStartOffset() returns the start offset of the file from the beginning of the archive.
af |
Pointer to the ARCFileInfo structure of the file. |
The start offset of the file.
ARCFastOpen(), ARCOpen(), ARCGetLength()
05/15/2006 Initial version.