diff options
author | Max <mparisi@stevens.edu> | 2020-10-18 00:06:45 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-18 00:06:45 -0400 |
commit | f4bba77e25e70dc342724435af05d3ae1fe19c5b (patch) | |
tree | e49d5a5ff35e7298dfbe6b962459f349e27e12fc /include/code_801DAAE0.h | |
parent | 9adc467a131bc8521306defd414ae63ba98d949a (diff) |
match func_801DAB28, func_801DAB30, and func_801DAB78
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*);
|