From 7c30d3f6e5ceebddbe1a366231e36d680494f564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 9 May 2021 12:18:15 +0200 Subject: ksys: Add CameraEditor --- src/KingSystem/System/CameraEditor.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/KingSystem/System/CameraEditor.cpp (limited to 'src/KingSystem/System/CameraEditor.cpp') diff --git a/src/KingSystem/System/CameraEditor.cpp b/src/KingSystem/System/CameraEditor.cpp new file mode 100644 index 00000000..5062c8af --- /dev/null +++ b/src/KingSystem/System/CameraEditor.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/System/CameraEditor.h" + +namespace ksys { + +SEAD_SINGLETON_DISPOSER_IMPL(CameraEditor) + +} // namespace ksys -- cgit v1.2.3