summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actGlobalParameter.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-06-15 17:47:03 +0200
committerLéo Lam <leo@leolam.fr>2021-06-15 18:04:39 +0200
commitdd0cc52ce99b9d78f1c7022c1bf13349149f263a (patch)
tree2eb5acd7d704d612181399bd8ab2be7b84fe450f /src/KingSystem/ActorSystem/actGlobalParameter.cpp
parent38e5e47b07696a0954145bf68148cb0301cf133c (diff)
ksys: Move ActorParam classes into separate folder to declutter Resource/
Diffstat (limited to 'src/KingSystem/ActorSystem/actGlobalParameter.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actGlobalParameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actGlobalParameter.cpp b/src/KingSystem/ActorSystem/actGlobalParameter.cpp
index 3e560b9d..050141ba 100644
--- a/src/KingSystem/ActorSystem/actGlobalParameter.cpp
+++ b/src/KingSystem/ActorSystem/actGlobalParameter.cpp
@@ -1,8 +1,8 @@
#include "KingSystem/ActorSystem/actGlobalParameter.h"
#include "KingSystem/ActorSystem/actActorParam.h"
#include "KingSystem/ActorSystem/actActorParamMgr.h"
+#include "KingSystem/Resource/Actor/resResourceGParamList.h"
#include "KingSystem/Resource/resResourceArchive.h"
-#include "KingSystem/Resource/resResourceGParamList.h"
namespace ksys::act {