source:
2012/30/JaniS/Virus Infection/Virus Infection/Virus Infection/Ohjelma.cs
@
3707
Revision 3707, 284 bytes checked in by juiitamm, 8 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | |
3 | static class Ohjelma |
4 | { |
5 | #if WINDOWS || XBOX |
6 | static void Main(string[] args) |
7 | { |
8 | using (Peli game = new Peli()) |
9 | { |
10 | #if !DEBUG |
11 | game.IsFullScreen = true; |
12 | #endif |
13 | |
14 | game.Run(); |
15 | } |
16 | } |
17 | #endif |
18 | } |
Note: See TracBrowser
for help on using the repository browser.