mirror of
https://github.com/zeldaret/botw
synced 2026-08-30 00:42:31 -04:00
Merge pull request #14 from wildex999/Byaml
ksys/utils/byaml: First iteration of implementation.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "KingSystem/Resource/resResourceGameData.h"
|
||||
#include <type_traits>
|
||||
#include "KingSystem/GameData/gdtManager.h"
|
||||
#include "KingSystem/Utils/Byaml.h"
|
||||
#include "KingSystem/Utils/Byaml/Byaml.h"
|
||||
#include "KingSystem/Utils/HeapUtil.h"
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <codec/seadHashCRC32.h>
|
||||
#include <prim/seadContainerIterator.h>
|
||||
#include "KingSystem/GameData/gdtManager.h"
|
||||
#include "KingSystem/Utils/Byaml.h"
|
||||
#include "KingSystem/Utils/Byaml/Byaml.h"
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user