From 47ae6e2b0b0182e2a77afc8872fb71c8caa712fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 15 May 2021 18:31:10 +0200 Subject: ksys/world: Implement WorldMgr::onStageInit --- src/KingSystem/System/CameraMgr.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/KingSystem/System/CameraMgr.cpp (limited to 'src/KingSystem/System/CameraMgr.cpp') 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 -- cgit v1.2.3