summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapPlacementMapMgr.cpp
diff options
context:
space:
mode:
authorBrian Savage <savage13@gmail.com>2022-01-19 19:21:05 -0500
committerBrian Savage <savage13@gmail.com>2022-01-19 19:21:05 -0500
commit7d97bb6f4008ae15ab8ca6c94fb09bf03c3d307e (patch)
tree7555bf1ea2f27c55a6197b0eefe03944e35c3dbd /src/KingSystem/Map/mapPlacementMapMgr.cpp
parentd61a13e4bd4a3bafab46280f65b0364895880a54 (diff)
Moved functions to correct places/files, formatting
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMapMgr.cpp')
-rw-r--r--src/KingSystem/Map/mapPlacementMapMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapPlacementMapMgr.cpp b/src/KingSystem/Map/mapPlacementMapMgr.cpp
new file mode 100644
index 00000000..cef6d483
--- /dev/null
+++ b/src/KingSystem/Map/mapPlacementMapMgr.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/Map/mapPlacementMapMgr.h"
+
+namespace ksys::map {
+
+SEAD_SINGLETON_DISPOSER_IMPL(PlacementMapMgr)
+
+} // namespace ksys::map