diff options
Diffstat (limited to 'src/KingSystem/System/CameraEditor.cpp')
| -rw-r--r-- | src/KingSystem/System/CameraEditor.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
