mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce unnecessary class structure
This commit is contained in:
17
SabreTools.FileTypes/CHD/Constants.cs
Normal file
17
SabreTools.FileTypes/CHD/Constants.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace SabreTools.FileTypes.CHD
|
||||
{
|
||||
internal static class Constants
|
||||
{
|
||||
public const string SignatureString = "MComprHD";
|
||||
|
||||
#region Header Sizes
|
||||
|
||||
public const int HeaderV1Size = 76;
|
||||
public const int HeaderV2Size = 80;
|
||||
public const int HeaderV3Size = 120;
|
||||
public const int HeaderV4Size = 108;
|
||||
public const int HeaderV5Size = 124;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user