diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-23 15:11:53 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-23 15:22:33 +0100 |
| commit | 3a9fd0f9b9cbc3dccd87a9838f016bd5b7f1344c (patch) | |
| tree | 1e05f73cda8dca301a966600ae46e7fc98e753c0 /src/KingSystem/ActorSystem/actAiActionBase.cpp | |
| parent | 814baf809ebe9f75ceeae3ecd8611e96d15b18ed (diff) | |
ksys: Split actAiParam.h to reduce compile times
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiActionBase.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actAiActionBase.cpp | 2 |
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 { |
