diff options
| author | Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> | 2022-06-25 15:12:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-25 21:12:31 +0200 |
| commit | 43e001017fcb36ecffe4cad35ba0b73a2de29be9 (patch) | |
| tree | b1e5daca3ba948a7c9cbeb701e7c2b6db678fdae /src/KingSystem/System/Hio.cpp | |
| parent | 5b40c220e50140045ee99270d974bb8c0ab201c0 (diff) | |
ksys: Add Hio (#95)
Diffstat (limited to 'src/KingSystem/System/Hio.cpp')
| -rw-r--r-- | src/KingSystem/System/Hio.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/System/Hio.cpp b/src/KingSystem/System/Hio.cpp new file mode 100644 index 00000000..6cb6eb10 --- /dev/null +++ b/src/KingSystem/System/Hio.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/System/Hio.h" + +namespace ksys { + +SEAD_SINGLETON_DISPOSER_IMPL(Hio) + +} // namespace ksys |
