From dd0cc52ce99b9d78f1c7022c1bf13349149f263a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 15 Jun 2021 17:47:03 +0200 Subject: ksys: Move ActorParam classes into separate folder to declutter Resource/ --- src/KingSystem/ActorSystem/actAiQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp') diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp index 5a1a0ccc..b5467bb2 100644 --- a/src/KingSystem/ActorSystem/actAiQuery.cpp +++ b/src/KingSystem/ActorSystem/actAiQuery.cpp @@ -3,7 +3,7 @@ #include "KingSystem/ActorSystem/actActorParam.h" #include "KingSystem/ActorSystem/actAiClassDef.h" #include "KingSystem/ActorSystem/actAiRoot.h" -#include "KingSystem/Resource/resResourceAIProgram.h" +#include "KingSystem/Resource/Actor/resResourceAIProgram.h" namespace ksys::act::ai { -- cgit v1.2.3