summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/code_801DAAE0.h5
-rw-r--r--include/unkStruct.h3
2 files changed, 4 insertions, 4 deletions
diff --git a/include/code_801DAAE0.h b/include/code_801DAAE0.h
index 94b9794..93d9fef 100644
--- a/include/code_801DAAE0.h
+++ b/include/code_801DAAE0.h
@@ -20,6 +20,7 @@ struct unkClass2
{
MEMHeapHandle heap;
u16 groupID;
+ u32 unk8;
};
@@ -49,8 +50,8 @@ void func_801DAEA4(void *memBlock);
u32 func_801DAEE0(const void *memBlock);
u32 func_801DAEF8(void);
void lbl_801DAF1C(void *memBlock, MEMHeapHandle, u32 p3);
-
-
+void func_801DAF70(MEMHeapHandle heap, u16 groupID);
+void func_801DAFAC(void *dest, const void *src, size_t n);
void func_801DAEA4(void*);
#ifdef __cplusplus
diff --git a/include/unkStruct.h b/include/unkStruct.h
index 73d3cfc..34b40f1 100644
--- a/include/unkStruct.h
+++ b/include/unkStruct.h
@@ -4,7 +4,7 @@
// Note: Many instances of this class appear in .sbss, and they are partially initialized
// by the static initializers in .ctors
-class unkStruct
+struct unkStruct
{
u8 unk0;
u16 unk2;
@@ -12,7 +12,6 @@ class unkStruct
u8 unk5;
u8 unk6;
u8 unk7;
-public:
unkStruct(u8 p1, u16 p2, u8 p3)
: unk0(p1), unk2(p2), unk4(p3) { }
};