WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
PinballXInfo.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4 using System.Runtime.InteropServices;
5 
6 namespace PinballX
7 {
8  [StructLayout(LayoutKind.Sequential)]
9  public struct PinballXInfo
10  {
11 
12  public string Version;
13  }
14 
15 }