BMTuneSource/Struct20.cs

16 lines
269 B
C#

using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
internal struct Struct20
{
public byte byte_0;
public byte byte_1;
public byte byte_2;
public byte byte_3;
static Struct20()
{
}
}