diff options
Diffstat (limited to 'include/code_801DAAE0.h')
-rw-r--r-- | include/code_801DAAE0.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/code_801DAAE0.h b/include/code_801DAAE0.h index e0fb6fe..b27a833 100644 --- a/include/code_801DAAE0.h +++ b/include/code_801DAAE0.h @@ -5,15 +5,22 @@ extern "C" {
#endif
+// TODO: move
+typedef u32 MEMHeapHandle;
+
+
class unkClass
{
public:
u8 unk0;
- u8 unk1[11];
+ MEMHeapHandle unk4;
+ u32 unk8;
};
unkClass* func_801DAAE0(void);
BOOL func_801DAB28(void);
+void func_801DAB30(void);
+MEMHeapHandle func_801DAB78(void* p1, u32 p2, u16 p3);
void* func_801DAD64(size_t);
void func_801DAEA4(void*);
|