diff --git a/src/KingSystem/ActorSystem/actAiActionBase.h b/src/KingSystem/ActorSystem/actAiActionBase.h index 205b9d4b..c20c9d05 100644 --- a/src/KingSystem/ActorSystem/actAiActionBase.h +++ b/src/KingSystem/ActorSystem/actAiActionBase.h @@ -19,6 +19,7 @@ class GParamList; namespace ksys::act { class Actor; +class BaseProcHandle; namespace ai { diff --git a/src/KingSystem/ActorSystem/actAiParam.h b/src/KingSystem/ActorSystem/actAiParam.h index 7efaff87..bd2bc3eb 100644 --- a/src/KingSystem/ActorSystem/actAiParam.h +++ b/src/KingSystem/ActorSystem/actAiParam.h @@ -8,7 +8,6 @@ #include #include "KingSystem/ActorSystem/actAiClassDef.h" -#include "KingSystem/ActorSystem/actBaseProc.h" #include "KingSystem/ActorSystem/actBaseProcLink.h" #include "KingSystem/MessageSystem/mesTransceiver.h" #include "KingSystem/Utils/Types.h" @@ -19,6 +18,7 @@ class Rail; namespace act { class Actor; +class BaseProc; } namespace act::ai {