summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/CameraMgr.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-05-15 18:31:10 +0200
committerLéo Lam <leo@leolam.fr>2021-05-16 02:12:23 +0200
commit47ae6e2b0b0182e2a77afc8872fb71c8caa712fd (patch)
tree7f10b5a7e1e609b6b904ac98f7defe0c9de72cbd /src/KingSystem/System/CameraMgr.cpp
parent98ace1a751c89085695d3194a2506336a4add02a (diff)
ksys/world: Implement WorldMgr::onStageInit
Diffstat (limited to 'src/KingSystem/System/CameraMgr.cpp')
-rw-r--r--src/KingSystem/System/CameraMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/System/CameraMgr.cpp b/src/KingSystem/System/CameraMgr.cpp
new file mode 100644
index 00000000..c2de9fb9
--- /dev/null
+++ b/src/KingSystem/System/CameraMgr.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/System/CameraMgr.h"
+
+namespace ksys {
+
+SEAD_SINGLETON_DISPOSER_IMPL(CameraMgr)
+
+} // namespace ksys