source: 2016/24/ArttuH/anythin/anythin/anythin/Ohjelma.cs @ 7290

Revision 7290, 277 bytes checked in by armahiek, 7 years ago (diff)
Line 
1using System;
2
3static class Ohjelma
4{
5#if WINDOWS || XBOX
6    static void Main(string[] args)
7    {
8        using (anythin game = new anythin())
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.