From 2de366be0fa75e571c605e017b5604bccbdb75bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 5 Jun 2020 17:09:06 +0200 Subject: Initial commit --- src/KingSystem/ActorSystem/actActorCreator.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/KingSystem/ActorSystem/actActorCreator.cpp (limited to 'src/KingSystem/ActorSystem/actActorCreator.cpp') diff --git a/src/KingSystem/ActorSystem/actActorCreator.cpp b/src/KingSystem/ActorSystem/actActorCreator.cpp new file mode 100644 index 00000000..be6c43b4 --- /dev/null +++ b/src/KingSystem/ActorSystem/actActorCreator.cpp @@ -0,0 +1,7 @@ +#include "KingSystem/ActorSystem/actActorCreator.h" + +namespace ksys::act { + +SEAD_SINGLETON_DISPOSER_IMPL(ActorCreator) + +} -- cgit v1.2.3