BMTuneSource/Struct16.cs

15 lines
225 B
C#

using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
internal struct Struct16
{
public long long_0_X;
public byte byte_0_X;
static Struct16()
{
}
}