using System; namespace OpenTK { class Program { static void Main(string[] args) { Game gm = new Game(); } } }