Esempio n. 1
0
    static void Main(string[] args)
    {
        using (VRPGame game = new VRPGame())
        {
            //TryToSwitchAntialiasingOn();
#if !DEBUG
            //game.IsFullScreen = true;
#endif
            game.Run();
        }
    }
Esempio n. 2
0
 public VRPProblemSelector(VRPGame game)
 {
     this.game = game;
 }