Exemplo n.º 1
0
 public static void Main(string[] args)
 {
     using (Game.Window Window = new Game.Window())
     {
         Window.controller = new Controller(Window, args);
         Window.Run(Game.Controller.StepsPerSecond, Game.Controller.DrawsPerSecond);
     }
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     Game.Window window = new Game.Window();
 }