moved MSF magic checkers to msf.c

This commit is contained in:
Nikita Smith
2025-03-22 20:37:39 -07:00
parent 0c3a37af44
commit 1ec1deedee
3 changed files with 19 additions and 4 deletions
+5
View File
@@ -52,4 +52,9 @@ struct MSF_Header70
MSF_PageNumber root_pn;
};
////////////////////////////////
internal B32 msf_check_magic_20(String8 data);
internal B32 msf_check_magic_70(String8 data);
#endif // MSF_H