mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 21:31:04 +00:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace BurnOutSharp.Models.GCF
|
|
{
|
|
public static class Constants
|
|
{
|
|
/// <summary>
|
|
/// The maximum data allowed in a 32 bit checksum.
|
|
/// </summary>
|
|
public const int HL_GCF_CHECKSUM_LENGTH = 0x00008000;
|
|
}
|
|
} |