Removed Subrepository
This commit is contained in:
10
C#/OpenGLTutorial/Program.cs
Normal file
10
C#/OpenGLTutorial/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using OpenGLTutorial.GameLoop;
|
||||
|
||||
namespace OpenGLTutorial {
|
||||
class Program {
|
||||
public static void Main(string[] args) {
|
||||
Game game = new TestGame();
|
||||
game.Run(800, 600, "Test Game", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user