diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorSystem.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorSystem.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorSystem.cpp b/src/KingSystem/ActorSystem/actActorSystem.cpp new file mode 100644 index 00000000..c6573571 --- /dev/null +++ b/src/KingSystem/ActorSystem/actActorSystem.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/ActorSystem/actActorSystem.h" + +namespace ksys::act { + +SEAD_SINGLETON_DISPOSER_IMPL(ActorSystem) + +} // namespace ksys::act |
