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/actAiQuery.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp') diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp index f38ab676..ca97fc67 100644 --- a/src/KingSystem/ActorSystem/actAiQuery.cpp +++ b/src/KingSystem/ActorSystem/actAiQuery.cpp @@ -1,7 +1,10 @@ #include "KingSystem/ActorSystem/actAiQuery.h" +#include "KingSystem/ActorSystem/actAiRoot.h" namespace ksys::act::ai { Query::Query(const InitArg& arg) : mActor(arg.actor), mDefIdx(arg.def_idx) {} +template class ClassContainer; + } // namespace ksys::act::ai -- cgit v1.2.3