diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-22 17:54:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 17:54:33 +0200 |
| commit | d45ea18bf4210b34d747930b5f1c9aa24d1a525a (patch) | |
| tree | fa7218884dd6dd04a387981c277e703f0d82c85d /include/DTCM | |
| parent | cf8f5a80b13c4edd7fd8ebb33ab0de81d64f609b (diff) | |
PlayerBase OK (#126)
* Map symbol in Game
* PlayerBase OK
* Fix ActorRefill
* Fix MapManager
* Mark PlayerBase as complete
* Fix MapManager
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e0e58.hpp | 11 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/include/DTCM/UnkStruct_027e0e58.hpp b/include/DTCM/UnkStruct_027e0e58.hpp new file mode 100644 index 00000000..ab3a0450 --- /dev/null +++ b/include/DTCM/UnkStruct_027e0e58.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include "global.h" +#include "types.h" + +struct UnkStruct_027e0e58 { + void func_ov000_0207c5d4(unk32 param1, bool param2); + void func_ov000_0207c1b0(unk32 param1, Vec3p *param2, unk32 param3, unk32 param4, unk32 param5); +}; + +extern UnkStruct_027e0e58 *data_027e0e58; diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp index 975c6818..b6fb5a0b 100644 --- a/include/DTCM/UnkStruct_027e0f64.hpp +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -12,6 +12,8 @@ public: /* 8 */ void *mUnk_8; /* c */ + void func_ov000_0208ae94(); + void func_ov000_0208b13c(); unk32 func_ov000_0208b180(); }; |
