1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-04-30 05:06:20 +00:00
Opentk/Source/Examples/OpenGL/Basic/QueryDisplayModes/Program.cs

11 lines
156 B
C#

using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace QueryDisplayModes
{
static class Program
{
}
}