diff options
Diffstat (limited to 'src/code_801DAA30.cpp')
-rw-r--r-- | src/code_801DAA30.cpp | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/src/code_801DAA30.cpp b/src/code_801DAA30.cpp index ecfe483..4a24614 100644 --- a/src/code_801DAA30.cpp +++ b/src/code_801DAA30.cpp @@ -1,24 +1,7 @@ #include "types.h"
-
-extern "C"
-{
- BOOL func_801DAB28(void);
- void *func_801DAD64(size_t);
- void func_801DAEA4(void *);
-}
-
-class unkStruct
-{
- u8 unk0;
- u16 unk2;
- u8 unk4;
- u8 unk5;
- u8 unk6;
- u8 unk7;
-public:
- unkStruct(u8 p1, u16 p2, u8 p3)
- : unk0(p1), unk2(p2), unk4(p3) { }
-};
+#include "unkStruct.h"
+#include "code_801DAAE0.h"
+#include "code_801DAA30.h"
unkStruct gUnk8063F2C8(1, 4, 0);
|