diff options
| author | Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> | 2022-06-25 15:12:31 -0400 |
|---|---|---|
| committer | Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> | 2022-06-28 15:41:38 -0400 |
| commit | fe98f6f0f3347ce4ba9ec2ea56c5a65b4a21e903 (patch) | |
| tree | 463ea3824a6777ab314f4022e2dbbb7737a08706 /src/KingSystem/System/Terminal.cpp | |
| parent | 43e001017fcb36ecffe4cad35ba0b73a2de29be9 (diff) | |
Add ksys::Patrol & ksys::Terminal
parent 43e001017fcb36ecffe4cad35ba0b73a2de29be9 author Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656184351 -0400 committer Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656432051 -0400
Squash commits again (last one messed up)
Diffstat (limited to 'src/KingSystem/System/Terminal.cpp')
| -rw-r--r-- | src/KingSystem/System/Terminal.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/System/Terminal.cpp b/src/KingSystem/System/Terminal.cpp new file mode 100644 index 00000000..aa670e79 --- /dev/null +++ b/src/KingSystem/System/Terminal.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/System/Terminal.h" + +namespace ksys { + +SEAD_SINGLETON_DISPOSER_IMPL(Terminal) + +} // namespace ksys |
