diff options
| author | Aetias <aetias@outlook.com> | 2025-07-01 22:22:36 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-07-01 22:22:36 +0200 |
| commit | c1ec58c8b0b41652cd8a8564d710c76152868850 (patch) | |
| tree | 7f3b9e29b404ede611e3a5412babc3b6f701b0e3 /include/DTCM | |
| parent | 9bdae8e605c917fc1d791f3182ed8ee97a6f7a5e (diff) | |
| parent | f3c7896c193d33f9485b8fec8cd1941de738632f (diff) | |
Merge branch 'decomp/MapManager' of github-aetias-hax:SammygoodTunes/ph into decomp/MapManager
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e0d38.hpp | 4 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/DTCM/UnkStruct_027e0d38.hpp b/include/DTCM/UnkStruct_027e0d38.hpp index b2e50a89..e544c60c 100644 --- a/include/DTCM/UnkStruct_027e0d38.hpp +++ b/include/DTCM/UnkStruct_027e0d38.hpp @@ -6,7 +6,9 @@ struct UnkStruct_027e0d38_Unk28 { /* 00 */ unk8 mUnk_00[0x34]; /* 34 */ bool mUnk_34; - /* 35 */ + /* 35 */ unk8 mUnk_35[0x27]; + /* 5c */ unk32 mUnk_5c[3]; + /* 68 */ }; struct UnkStruct_027e0d38 { diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp index 33728a7e..975c6818 100644 --- a/include/DTCM/UnkStruct_027e0f64.hpp +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -3,7 +3,10 @@ #include "global.h" #include "types.h" -struct UnkStruct_027e0f64 { +#include "Debug/DebugHierarchy.hpp" + +class UnkStruct_027e0f64 { +public: /* 0 */ DebugHierarchyBase *mUnk_0; /* 4 */ void *mUnk_4; /* 8 */ void *mUnk_8; |
