mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 21:30:24 +00:00
10 lines
256 B
C#
10 lines
256 B
C#
namespace BinaryObjectScanner.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;
|
|
}
|
|
} |