diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-19 18:51:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 18:51:07 +0200 |
| commit | 32cc123547fef2ff4aa170ef27ee0a825957a859 (patch) | |
| tree | 291fbb077310d0b515f022cdd46c166e08e4d456 /include/DTCM/UnkStruct_027e08fc.hpp | |
| parent | 573b696ff8d3e83765d4483e5a31e0ec5676044d (diff) | |
Game 73% (#122)
* Game 73%
* Fix build
Diffstat (limited to 'include/DTCM/UnkStruct_027e08fc.hpp')
| -rw-r--r-- | include/DTCM/UnkStruct_027e08fc.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/DTCM/UnkStruct_027e08fc.hpp b/include/DTCM/UnkStruct_027e08fc.hpp new file mode 100644 index 00000000..24553edd --- /dev/null +++ b/include/DTCM/UnkStruct_027e08fc.hpp @@ -0,0 +1,18 @@ +#pragma once + +#include "global.h" +#include "types.h" + +#include "Game/GameMode.hpp" + +struct UnkStruct_027e08fc { +public: + /* 0 */ u8 mUnk_0; + /* 1 */ bool mUnk_1; + /* 2 */ u16 mUnk_2; + /* 4 */ + + void func_0202fbe4(); +}; + +extern UnkStruct_027e08fc data_027e08fc; |
