summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorCreator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCreator.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actActorCreator.cpp7
1 files changed, 7 insertions, 0 deletions
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)
+
+}