summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiBehavior.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiBehavior.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actAiBehavior.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actAiBehavior.cpp b/src/KingSystem/ActorSystem/actAiBehavior.cpp
index ea86c732..c6e5b327 100644
--- a/src/KingSystem/ActorSystem/actAiBehavior.cpp
+++ b/src/KingSystem/ActorSystem/actAiBehavior.cpp
@@ -1,8 +1,11 @@
#include "KingSystem/ActorSystem/actAiBehavior.h"
+#include "KingSystem/ActorSystem/actAiRoot.h"
namespace ksys::act::ai {
Behavior::Behavior(const InitArg& arg)
: mActor(arg.actor), mDefIdx(static_cast<u16>(arg.def_idx)) {}
+template class ClassContainer<Behavior>;
+
} // namespace ksys::act::ai