NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Public Member Functions | |
void * | getArcBinary () const |
Public Member Functions inherited from mDvd_command_c | |
virtual void | execute () |
virtual void | init () |
void | destroy () |
Static Public Member Functions | |
static mDvd_mountMemArchive_c * | create (const char *name, u8 allocDirection, EGG::Heap *heap) |
Public Attributes | |
u8 | mAllocDirection |
u8 | mCompressionType |
int | mEntryNum |
EGG::Archive * | mpArchive |
EGG::Heap * | mpHeap |
unsigned long | mArchiveSize |
Public Attributes inherited from mDvd_command_c | |
int | mReadLength |
bool | mDone |
EGG::Archive* mDvd_mountMemArchive_c::mpArchive |