diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-15 22:52:36 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-16 17:54:50 -0700 |
| commit | 3d1cb480c2392a259ad14d1de9de9ea18d810381 (patch) | |
| tree | b3b080177785181bacd8fcbc830393c26b60fa9e /src/KingSystem/Map/mapAutoPlacementMgr.cpp | |
| parent | 20f0a07ab0b8f2945a479c4f368373403ce59e4d (diff) | |
auto placement work
Diffstat (limited to 'src/KingSystem/Map/mapAutoPlacementMgr.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapAutoPlacementMgr.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapAutoPlacementMgr.cpp b/src/KingSystem/Map/mapAutoPlacementMgr.cpp new file mode 100644 index 00000000..8a3c4983 --- /dev/null +++ b/src/KingSystem/Map/mapAutoPlacementMgr.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/Map/mapAutoPlacementMgr.h" + +namespace ksys::map { + +SEAD_SINGLETON_DISPOSER_IMPL(AutoPlacementMgr) + +} // namespace ksys::map |
