Match resource.cpp with a small fake match (#2936)

This commit is contained in:
hatal175
2025-12-09 23:44:27 +02:00
committed by GitHub
parent 2447d5a02a
commit cfded01caa
7 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ struct data {
u32* get_signature() const { return (u32*)(get() + 0x0); }
u32 get_type() const { return *(u32*)(get() + 0x4); }
u32 get_blockNumber() const { return *(u32*)(get() + 0xC); }
u8 get_encoding() const { return *(u8*)(get() + 0x10); }
u32 get_encoding() const { return *(u8*)(get() + 0x10); }
};
// TParse_TBlock handles parsing the generic section header data