ksys/act: Add several more InfoData functions

This commit is contained in:
Léo Lam
2020-11-16 15:19:49 +01:00
parent 5879dbb073
commit 88620ca9af
5 changed files with 388 additions and 30 deletions
+2
View File
@@ -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);