diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-14 14:08:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 14:08:36 +0100 |
| commit | 73d39268fdb4064d8dd1bc3b58ead2a72798fd7e (patch) | |
| tree | 46b1c3fe9704413ad299041f9fcd820e1fb431c1 /src/KingSystem/ActorSystem/actActorParam.cpp | |
| parent | 7b813bdddfbc173775accf263ca66242e7f493dc (diff) | |
| parent | 56f9c3ac0c2486c00d031ac1664fec6322a2762e (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.cpp | 2 |
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 { |
