source: 2013/24/NataliaP/FysiikkaPeli1/FysiikkaPeli1/FysiikkaPeli1/Ohjelma.cs @ 4045

Revision 4045, 260 bytes checked in by naperiai, 10 years ago (diff)

Talletus.

Line 
1using System;
2
3static class Ohjelma
4{
5#if WINDOWS || XBOX
6    static void Main(string[] args)
7    {
8        using (Pong game = new Pong())
9        {
10#if !DEBUG
11            game.IsFullScreen = true;
12#endif
13            game.Run();
14        }
15    }
16#endif
17}
Note: See TracBrowser for help on using the repository browser.