summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapPlacementMgr.cpp
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-11-08 22:07:27 -0800
committertheo3 <arisstephenson2@gmail.com>2020-11-16 15:48:20 -0800
commit8205744abcae5784138629038976f2449269a81f (patch)
treed13995b705961bb5a920562bcf4aac7580afc8f5 /src/KingSystem/Map/mapPlacementMgr.cpp
parent2f80f2b58106b1641300b44660d3d6e94d6fc895 (diff)
implement map::Object getters
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMgr.cpp')
-rw-r--r--src/KingSystem/Map/mapPlacementMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapPlacementMgr.cpp b/src/KingSystem/Map/mapPlacementMgr.cpp
new file mode 100644
index 00000000..b6114392
--- /dev/null
+++ b/src/KingSystem/Map/mapPlacementMgr.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/Map/mapPlacementMgr.h"
+
+namespace ksys::map {
+
+SEAD_SINGLETON_DISPOSER_IMPL(PlacementMgr)
+
+} // namespace ksys::map