summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiQuery.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/actAiQuery.cpp
parent814baf809ebe9f75ceeae3ecd8611e96d15b18ed (diff)
ksys: Split actAiParam.h to reduce compile times
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actAiQuery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp
index 5f2eb9bf..5a1a0ccc 100644
--- a/src/KingSystem/ActorSystem/actAiQuery.cpp
+++ b/src/KingSystem/ActorSystem/actAiQuery.cpp
@@ -1,6 +1,7 @@
#include "KingSystem/ActorSystem/actAiQuery.h"
#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actActorParam.h"
+#include "KingSystem/ActorSystem/actAiClassDef.h"
#include "KingSystem/ActorSystem/actAiRoot.h"
#include "KingSystem/Resource/resResourceAIProgram.h"