diff options
| author | Wildex999 <wildex999@gmail.com> | 2020-11-03 01:35:31 +0100 |
|---|---|---|
| committer | Wildex999 <wildex999@gmail.com> | 2020-11-14 13:07:07 +0100 |
| commit | 56f9c3ac0c2486c00d031ac1664fec6322a2762e (patch) | |
| tree | 0e2b3b2605105c8dfcc52c48ca62fe96a057daa1 /src/KingSystem/ActorSystem/actActorParam.cpp | |
| parent | c639c70c5b0340136b7625a08d08ed9b7a47f64f (diff) | |
ksys/utils/byaml: First iteration of implementation.
4 Functions are still not fully matching with their inlined functions,
and at least one function is still missing.
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 { |
