From fcbe17a3f0db98bdafdfd917210b03019de2d31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 9 Dec 2020 17:17:25 +0100 Subject: ksys/act: Start adding RootAi --- src/KingSystem/ActorSystem/actAiBehavior.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/KingSystem/ActorSystem/actAiBehavior.cpp') 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(arg.def_idx)) {} +template class ClassContainer; + } // namespace ksys::act::ai -- cgit v1.2.3