summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiClassDef.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/actAiClassDef.cpp
parent814baf809ebe9f75ceeae3ecd8611e96d15b18ed (diff)
ksys: Split actAiParam.h to reduce compile times
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiClassDef.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actAiClassDef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actAiClassDef.cpp b/src/KingSystem/ActorSystem/actAiClassDef.cpp
index 873b0efa..378d2248 100644
--- a/src/KingSystem/ActorSystem/actAiClassDef.cpp
+++ b/src/KingSystem/ActorSystem/actAiClassDef.cpp
@@ -3,6 +3,7 @@
#include <codec/seadHashCRC32.h>
#include <prim/seadContainerIterator.h>
#include <resource/seadResource.h>
+#include "KingSystem/ActorSystem/actAiParam.h"
#include "KingSystem/Resource/resLoadRequest.h"
#include "KingSystem/Utils/Byaml/ByamlData.h"
#include "KingSystem/Utils/Byaml/ByamlHashIter.h"