mirror of
https://github.com/zeldaret/botw
synced 2026-05-25 15:25:09 -04:00
56f9c3ac0c
4 Functions are still not fully matching with their inlined functions, and at least one function is still missing.
7 lines
157 B
C++
7 lines
157 B
C++
#include "KingSystem/Utils/Byaml/ByamlData.h"
|
|
#include "KingSystem/Utils/Byaml/Byaml.h"
|
|
|
|
namespace al {
|
|
ByamlData::ByamlData() = default;
|
|
|
|
} // namespace al
|