source:
2013/26/JuusoM/amnesia2d/amnesia2d/amnesia2d/Ohjelma.cs
@
4229
Revision 4210, 270 bytes checked in by juiitamm, 9 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 (amnesia2d game = new amnesia2d()) |
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.