mirror of
https://github.com/zeldaret/botw
synced 2026-07-03 04:03:02 -04:00
ksys/act: Add several more InfoData functions
This commit is contained in:
@@ -9,6 +9,8 @@ namespace al {
|
||||
struct ByamlData {
|
||||
ByamlData();
|
||||
|
||||
explicit ByamlData(const ByamlHashPair* pair) : ByamlData{} { set(pair); }
|
||||
|
||||
template <typename T = u32>
|
||||
T getValue() const {
|
||||
return *reinterpret_cast<const T*>(&mValue);
|
||||
|
||||
Reference in New Issue
Block a user