Files
botw/src/KingSystem/Utils/Byaml/ByamlData.cpp
T
Wildex999 56f9c3ac0c 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.
2020-11-14 13:07:07 +01:00

7 lines
157 B
C++

#include "KingSystem/Utils/Byaml/ByamlData.h"
#include "KingSystem/Utils/Byaml/Byaml.h"
namespace al {
ByamlData::ByamlData() = default;
} // namespace al