Files
InnoPatcher/InnoSalt.cs

10 lines
166 B
C#

using System;
using System.Runtime.InteropServices;
namespace InnoPatcher;
[StructLayout(LayoutKind.Sequential)]
internal struct InnoSalt {
internal ulong _x0;
}