make it build

This commit is contained in:
robojumper
2025-05-24 23:53:38 +02:00
parent 04d5527eba
commit a22eb87c36
146 changed files with 1256 additions and 981 deletions
+1 -1
View File
@@ -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