NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mDvd_mountMemArchive_c Class Reference
Inheritance diagram for mDvd_mountMemArchive_c:
[legend]

Description

Definition at line 18 of file m_dvd.h.

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_ccreate (const char *name, u8 allocDirection, EGG::Heap *heap)
 

Public Attributes

u8 mAllocDirection
 
u8 mCompressionType
 
int mEntryNum
 
EGG::ArchivempArchive
 
EGG::HeapmpHeap
 
unsigned long mUnk
 
- Public Attributes inherited from mDvd_command_c
int mUnk
 
bool mDone
 

Member Data Documentation

◆ mAllocDirection

u8 mDvd_mountMemArchive_c::mAllocDirection

Definition at line 24 of file m_dvd.h.

◆ mCompressionType

u8 mDvd_mountMemArchive_c::mCompressionType

Definition at line 25 of file m_dvd.h.

◆ mEntryNum

int mDvd_mountMemArchive_c::mEntryNum

Definition at line 26 of file m_dvd.h.

◆ mpArchive

EGG::Archive* mDvd_mountMemArchive_c::mpArchive

Definition at line 27 of file m_dvd.h.

◆ mpHeap

EGG::Heap* mDvd_mountMemArchive_c::mpHeap

Definition at line 28 of file m_dvd.h.

◆ mUnk

unsigned long mDvd_mountMemArchive_c::mUnk

Definition at line 29 of file m_dvd.h.