Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
m_Do_ext2.h
Go to the documentation of this file.
1#ifndef M_DO_EXT2_H
2#define M_DO_EXT2_H
3
5
7public:
9
10 void alloc();
11 void save();
12 void check();
13 void diff();
14
17 static void checkAll();
18 static void diffAll();
19 static void saveAll();
20
21 /* 0x00 */ u32* field_0x00;
22 /* 0x04 */ u32 field_0x04;
23 /* 0x08 */ u32* field_0x08;
24 /* 0x0C */ JKRHeap* mpHeap;
25 /* 0x10 */ int field_0x10;
26 /* 0x14 */ u8 field_0x14;
28};
29
30#endif
Definition m_Do_ext2.h:6
static void checkAll()
static void diffAll()
u32 * field_0x08
Definition m_Do_ext2.h:23
FixedMemoryCheck * field_0x18
Definition m_Do_ext2.h:27
FixedMemoryCheck(u32 *, u32, JKRHeap *)
u8 field_0x14
Definition m_Do_ext2.h:26
u32 * field_0x00
Definition m_Do_ext2.h:21
u32 field_0x04
Definition m_Do_ext2.h:22
static FixedMemoryCheck * easyCreate(void *, u32)
JKRHeap * mpHeap
Definition m_Do_ext2.h:24
static FixedMemoryCheck * easyCreate(void *, s32)
static void saveAll()
int field_0x10
Definition m_Do_ext2.h:25
Definition JKRHeap.h:20
unsigned long u32
Definition types.h:12
signed long s32
Definition types.h:11
unsigned char u8
Definition types.h:8