summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-18 16:39:39 -0400
committerMax <mparisi@stevens.edu>2020-10-18 16:39:39 -0400
commitd3966a0f679b41932d857feb0341df04e4fd6744 (patch)
treedefb82c2502661751b817af74f9499727291ee41 /include
parent8568daeb69769a56131bb4451fe3e18a7a252fb0 (diff)
match code_801DAAE0.cpp
Diffstat (limited to 'include')
-rw-r--r--include/code_801DAAE0.h2
-rw-r--r--include/unkStruct.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/code_801DAAE0.h b/include/code_801DAAE0.h
index 93d9fef..0382a63 100644
--- a/include/code_801DAAE0.h
+++ b/include/code_801DAAE0.h
@@ -5,7 +5,6 @@
extern "C" {
#endif
-// TODO: move, determine actual type definition
typedef void *MEMHeapHandle;
@@ -23,7 +22,6 @@ struct unkClass2
u32 unk8;
};
-
unkClass* func_801DAAE0(void);
BOOL func_801DAB28(void);
void func_801DAB30(void);
diff --git a/include/unkStruct.h b/include/unkStruct.h
index 34b40f1..d1c304f 100644
--- a/include/unkStruct.h
+++ b/include/unkStruct.h
@@ -10,8 +10,6 @@ struct unkStruct
u16 unk2;
u8 unk4;
u8 unk5;
- u8 unk6;
- u8 unk7;
unkStruct(u8 p1, u16 p2, u8 p3)
: unk0(p1), unk2(p2), unk4(p3) { }
};