mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-28 01:00:50 +00:00
Add SFFS constants
This commit is contained in:
11
BurnOutSharp.Models/SFFS/Constants.cs
Normal file
11
BurnOutSharp.Models/SFFS/Constants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace BurnOutSharp.Models.SFFS
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static readonly byte[] SignatureBytes = new byte[] { 0x53, 0x46, 0x46, 0x53 };
|
||||
|
||||
public const string SignatureString = "SFFS";
|
||||
|
||||
public const uint SignatureUInt32 = 0x53464653;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user