Add note for future work

This commit is contained in:
Matt Nadareski
2022-12-28 15:37:09 -08:00
parent 1c3e37ee2b
commit 81f6e2057e

View File

@@ -21,6 +21,7 @@ namespace BurnOutSharp.Tools
if (magic == null || magic.Length == 0)
return SupportedFileType.UNKNOWN;
// TODO: For all modelled types, use the constants instead of hardcoded values here
#region BFPK
if (magic.StartsWith(new byte?[] { 0x42, 0x46, 0x50, 0x4b }))