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/actAiClassDef.cpp | |
| parent | 814baf809ebe9f75ceeae3ecd8611e96d15b18ed (diff) | |
ksys: Split actAiParam.h to reduce compile times
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiClassDef.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actAiClassDef.cpp | 1 |
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" |
