source:
2014/27/AleksanteriV/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Ohjelma.cs
@
5216
Revision 5216, 270 bytes checked in by mijoilmo, 9 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[5213] | 1 | using System; |
2 | ||
3 | static class Ohjelma | |
4 | { | |
5 | #if WINDOWS || XBOX | |
6 | static void Main(string[] args) | |
7 | { | |
[5216] | 8 | using (Proto236b game = new Proto236b()) |
[5213] | 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.