NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 5 of file archive.hpp.
Classes | |
struct | FileInfo |
Public Types | |
typedef void(*) | searchCallback(void *, void *, const ARCDirEntry *, const char *) |
Public Member Functions | |
void | unmount () |
int | countFile () |
void | getFileArray (u8 **files, unsigned long numFiles) |
void | searchInside (searchCallback callback, void *callbackParam) |
long | convertPathToEntryID (const char *path) |
void * | getFile (const char *path, FileInfo *fileInfo) |
void * | getFileFast (long entryID, FileInfo *fileInfo) |
void(*) EGG::Archive::searchCallback(void *, void *, const ARCDirEntry *, const char *) |
Definition at line 13 of file archive.hpp.