diff options
| author | Léo Lam <leo@leolam.fr> | 2020-06-05 17:09:06 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-08-18 22:50:25 +0200 |
| commit | 2de366be0fa75e571c605e017b5604bccbdb75bf (patch) | |
| tree | b8044fc96bba792b1875067032da2fd4498a44a3 /src/KingSystem/ActorSystem/actActorCreator.cpp | |
Initial commit
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCreator.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorCreator.cpp | 7 |
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) + +} |
