diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-06 11:09:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 11:09:25 +0200 |
| commit | 87ea4c687d97fc9a0e3e06fa4732087794881039 (patch) | |
| tree | bf8f539742eead3ca8d660361dd790375a406a54 /include/Message | |
| parent | 1e2adf0ebd714f9ed2c1e814276278755278dd12 (diff) | |
| parent | 476d7d305fd1f39922761ab78498783af809e234 (diff) | |
Merge pull request #109 from Yanis002/gamemodeadventure
Started `09_Adventure/Game/GameModeAdventure.cpp` (97%)
Diffstat (limited to 'include/Message')
| -rw-r--r-- | include/Message/MsgProc.hpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/Message/MsgProc.hpp b/include/Message/MsgProc.hpp index bfdbc86b..00536c57 100644 --- a/include/Message/MsgProc.hpp +++ b/include/Message/MsgProc.hpp @@ -120,11 +120,13 @@ extern struct TouchControl gTouchControl; class UnkClass_027e0e28 { public: unk32 func_ov000_0207bc48(); + void func_ov000_0207bc9c(); }; extern UnkClass_027e0e28 *data_027e0e28; extern u8 data_027e0c54; extern unk32 *data_ov009_0211f5b4; extern "C" unk32 func_ov003_020f3f94(unk32 *); +extern "C" void func_ov003_020f4060(unk32 **); extern unk32 *data_02057ed4; // see Actor.cpp @@ -161,8 +163,12 @@ public: void func_ov003_020f4874(void); void func_ov003_020f4760(u8, unk32); + unk32 func_ov003_020f4960(void); + void func_ov003_020f4a5c(void); + void func_ov003_02f46f8(void); + void func_ov003_020f4678(unk32); }; -extern UnkClass_027e1054 data_027e1054; +extern UnkClass_027e1054 *data_027e1054; class UnkClass_ov000_020eec9c { public: |
