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/actAiAction.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/KingSystem/ActorSystem/actAiAction.cpp') diff --git a/src/KingSystem/ActorSystem/actAiAction.cpp b/src/KingSystem/ActorSystem/actAiAction.cpp index 674a2e39..742605ad 100644 --- a/src/KingSystem/ActorSystem/actAiAction.cpp +++ b/src/KingSystem/ActorSystem/actAiAction.cpp @@ -1,4 +1,5 @@ #include "KingSystem/ActorSystem/actAiAction.h" +#include "KingSystem/ActorSystem/actAiRoot.h" namespace ksys::act::ai { @@ -8,4 +9,6 @@ void Action::calc() { calc_(); } +template class ClassContainer; + } // namespace ksys::act::ai -- cgit v1.2.3