mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 23:25:35 +00:00
7 lines
156 B
C#
7 lines
156 B
C#
namespace SabreTools.Models.InstallShieldArchiveV3
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const uint HeaderSignature = 0x8C655D13;
|
|
}
|
|
} |