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/actActorParam.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/KingSystem/ActorSystem/actActorParam.cpp') diff --git a/src/KingSystem/ActorSystem/actActorParam.cpp b/src/KingSystem/ActorSystem/actActorParam.cpp index 2c3ed848..863f631b 100644 --- a/src/KingSystem/ActorSystem/actActorParam.cpp +++ b/src/KingSystem/ActorSystem/actActorParam.cpp @@ -3,11 +3,11 @@ #include #include "KingSystem/ActorSystem/actActorParamMgr.h" #include "KingSystem/ActorSystem/actActorTemplate.h" -#include "KingSystem/Resource/resResourceAS.h" -#include "KingSystem/Resource/resResourceASList.h" -#include "KingSystem/Resource/resResourceAttClient.h" -#include "KingSystem/Resource/resResourceRagdollConfig.h" -#include "KingSystem/Resource/resResourceRagdollConfigList.h" +#include "KingSystem/Resource/Actor/resResourceAS.h" +#include "KingSystem/Resource/Actor/resResourceASList.h" +#include "KingSystem/Resource/Actor/resResourceAttClient.h" +#include "KingSystem/Resource/Actor/resResourceRagdollConfig.h" +#include "KingSystem/Resource/Actor/resResourceRagdollConfigList.h" #include "KingSystem/Utils/Byaml/Byaml.h" #include "KingSystem/Utils/ParamIO.h" -- cgit v1.2.3