NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EGG::Archive Class Reference

Description

Definition at line 6 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)
 

Member Typedef Documentation

◆ searchCallback

typedef void(* EGG::Archive::searchCallback) (void *, void *, const ARCDirEntry *, const char *)

Definition at line 13 of file archive.hpp.