source: 2014/27/ArttuH/pong leikkiminen/pong/pong/Ohjelma.cs @ 5175

Revision 5175, 260 bytes checked in by arjuhoyl, 9 years ago (diff)

idea lista.txt luotu, pong leikkiminen lisätty

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.