diff options
| author | Aetias <aetias@outlook.com> | 2024-04-21 12:28:25 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-21 12:28:25 +0200 |
| commit | 61de0cef49c8b41c5caff85818af5cccb995365e (patch) | |
| tree | 84c5b4c55cdfed2fb3601b1ae3e291b2c7ff69f1 /include/Map | |
| parent | eea3400f080ccb0bca3906dbecba5e0f140edd93 (diff) | |
Mangle `MapManager`
Diffstat (limited to 'include/Map')
| -rw-r--r-- | include/Map/MapManager.hpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index 897f28c1..6e89e980 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -3,6 +3,9 @@ #include "global.h" #include "types.h" +#include "lib/math.h" + +#include "Physics/AABB.hpp" #include "System/SysNew.hpp" struct MapManager_Unk1 { @@ -23,10 +26,10 @@ struct MapManager_Unk2 { class MapDataBase : public SysObject { public: - /* 00 */ virtual ~MapData(); + /* 00 */ virtual ~MapDataBase(); - MapData(); - MapData(uint param1, uint param2); + MapDataBase(); + MapDataBase(u32 param1, u32 param2); }; class MapManager : public SysObject { |
