source: 2011/23/hniemi/Pallospeli/Pallospeli/Pallospeli/Ohjelma.cs @ 10337

Revision 1861, 282 bytes checked in by hniemi, 12 years ago (diff)

No minäpä kerron tarinan.
Olipa kerran pieni nörtti, joka taisteli lohikäärmeitä vastaan. Sen pituinen se, hieman tulinen. Matti.

Line 
1using System;
2
3static class Ohjelma
4{
5#if WINDOWS || XBOX
6    static void Main(string[] args)
7    {
8        using (Pallospeli.Peli game = new Pallospeli.Peli())
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.