summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorParam.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-14 14:08:36 +0100
committerGitHub <noreply@github.com>2020-11-14 14:08:36 +0100
commit73d39268fdb4064d8dd1bc3b58ead2a72798fd7e (patch)
tree46b1c3fe9704413ad299041f9fcd820e1fb431c1 /src/KingSystem/ActorSystem/actActorParam.cpp
parent7b813bdddfbc173775accf263ca66242e7f493dc (diff)
parent56f9c3ac0c2486c00d031ac1664fec6322a2762e (diff)
Merge pull request #14 from wildex999/Byaml
ksys/utils/byaml: First iteration of implementation.
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorParam.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actActorParam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorParam.cpp b/src/KingSystem/ActorSystem/actActorParam.cpp
index b358375a..639f6b3f 100644
--- a/src/KingSystem/ActorSystem/actActorParam.cpp
+++ b/src/KingSystem/ActorSystem/actActorParam.cpp
@@ -3,7 +3,7 @@
#include <prim/seadScopedLock.h>
#include "KingSystem/ActorSystem/actActorParamMgr.h"
#include "KingSystem/ActorSystem/actActorTemplate.h"
-#include "KingSystem/Utils/Byaml.h"
+#include "KingSystem/Utils/Byaml/Byaml.h"
namespace ksys::act {