ut_binaryFileFormat Matching

This commit is contained in:
elijah-thomas774
2024-05-04 20:35:32 -04:00
parent 1ecdfe9a4d
commit 93a9b77d42
5 changed files with 34 additions and 3 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ struct BinaryFileHeader {
u16 numBlocks; // at 0xE
};
bool IsValidBinaryFile(const BinaryFileHeader* header, u32 magic, u16 version,
u16 numBlocks);
bool IsValidBinaryFile(const BinaryFileHeader *header, unsigned long magic, u16 version, u16 numBlocks);
} // namespace ut
} // namespace nw4r