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