diff options
| author | Léo Lam <leo@leolam.fr> | 2021-05-09 12:18:15 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-05-09 15:09:40 +0200 |
| commit | 7c30d3f6e5ceebddbe1a366231e36d680494f564 (patch) | |
| tree | de27f709eb48ce43c7c0c788f41f6b905fd5c3a2 /src/KingSystem/System/CameraEditor.cpp | |
| parent | 2fef4f821eea3080017ae5229eb50b8daf020c71 (diff) | |
ksys: Add CameraEditor
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 |
