source: 2010/30/mikrkana/HelicopterHavoc/Ohjelma.cs @ 1390

Revision 1390, 269 bytes checked in by mikrkana, 13 years ago (diff)

Kesk.eräinen HelicopterHavoc?.

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