GiantsTools/Giants.Launcher/WindowType.cs

14 lines
215 B
C#

using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Giants.Launcher
{
public enum WindowType
{
Fullscreen = 0,
Windowed = 1,
Borderless = 2,
}
}