BMTuneSource/Struct18.cs

15 lines
244 B
C#
Raw Permalink Normal View History

2022-11-04 05:57:26 -07:00
using System;
using System.Drawing;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
internal struct Struct18
{
public Point[] point_0;
public Pen pen_0;
static Struct18()
{
}
}