diff options
| author | Brian Savage <savage13@gmail.com> | 2022-01-20 09:37:30 -0500 |
|---|---|---|
| committer | Brian Savage <savage13@gmail.com> | 2022-01-20 09:37:30 -0500 |
| commit | 1182f2fd750b66d52054b24db434c3ce4ac58c55 (patch) | |
| tree | 6b76cbcbf9a3f294f59a1b0121e6d02aafae5852 /src/KingSystem/Map/mapPlacementMapMgr.cpp | |
| parent | 7d97bb6f4008ae15ab8ca6c94fb09bf03c3d307e (diff) | |
Further fixes to variables types
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMapMgr.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapPlacementMapMgr.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/KingSystem/Map/mapPlacementMapMgr.cpp b/src/KingSystem/Map/mapPlacementMapMgr.cpp index cef6d483..3ab81e10 100644 --- a/src/KingSystem/Map/mapPlacementMapMgr.cpp +++ b/src/KingSystem/Map/mapPlacementMapMgr.cpp @@ -1,7 +1,3 @@ #include "KingSystem/Map/mapPlacementMapMgr.h" -namespace ksys::map { - -SEAD_SINGLETON_DISPOSER_IMPL(PlacementMapMgr) - -} // namespace ksys::map +namespace ksys::map {} // namespace ksys::map |
