namespace MoonWorks { public struct WindowCreateInfo { public uint WindowWidth; public uint WindowHeight; public ScreenMode ScreenMode; } }