summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiActionBase.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-23 15:11:53 +0100
committerLéo Lam <leo@leolam.fr>2021-03-23 15:22:33 +0100
commit3a9fd0f9b9cbc3dccd87a9838f016bd5b7f1344c (patch)
tree1e05f73cda8dca301a966600ae46e7fc98e753c0 /src/KingSystem/ActorSystem/actAiActionBase.cpp
parent814baf809ebe9f75ceeae3ecd8611e96d15b18ed (diff)
ksys: Split actAiParam.h to reduce compile times
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiActionBase.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actAiActionBase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actAiActionBase.cpp b/src/KingSystem/ActorSystem/actAiActionBase.cpp
index a3a5adcb..8f62ecd9 100644
--- a/src/KingSystem/ActorSystem/actAiActionBase.cpp
+++ b/src/KingSystem/ActorSystem/actAiActionBase.cpp
@@ -2,9 +2,11 @@
#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actActorParam.h"
#include "KingSystem/ActorSystem/actAiAction.h"
+#include "KingSystem/ActorSystem/actAiInlineParam.h"
#include "KingSystem/ActorSystem/actAiRoot.h"
#include "KingSystem/Resource/resResourceAIProgram.h"
#include "KingSystem/Utils/InitTimeInfo.h"
+#include "KingSystem/Utils/Thread/MessageTransceiverId.h"
namespace ksys::act::ai {