summaryrefslogtreecommitdiff
path: root/include/Map
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-21 13:09:41 +0200
committerAetias <aetias@outlook.com>2024-04-21 13:09:41 +0200
commit1b2b274633ca475d3ce0ec29ba849fe8dda26969 (patch)
treee5728e2b58bcd6966165bd012ade55116fa11199 /include/Map
parent87a650dc300edf5aa4cb568f1773d43106b255c7 (diff)
Name `gMapManager`
Diffstat (limited to 'include/Map')
-rw-r--r--include/Map/MapManager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp
index 6e89e980..e246cd34 100644
--- a/include/Map/MapManager.hpp
+++ b/include/Map/MapManager.hpp
@@ -233,3 +233,5 @@ public:
bool func_ov00_02086284(s32 *param_2, Vec3p *param_3, Vec3p *param_4, s32 param_5, u16 param_6, Vec3p *param_7, Vec3p *param_8);
bool func_ov00_02086a84(s32 *param_2, Vec3p *param_3, Vec3p *param_4, s32 param_5, s32 param_6, unk32 param_7, Vec3p *param_8, Vec3p *param_9);
};
+
+extern MapManager *gMapManager;