mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 02:46:51 -04:00
make it build
This commit is contained in:
@@ -11,7 +11,7 @@ struct BinaryBlockHeader {
|
||||
};
|
||||
|
||||
struct BinaryFileHeader {
|
||||
u32 magic; // at 0x0
|
||||
u32 signature; // at 0x0
|
||||
u16 byteOrder; // at 0x4
|
||||
u16 version; // at 0x6
|
||||
u32 fileSize; // at 0x8
|
||||
|
||||
Reference in New Issue
Block a user