source:
2012/30/MarkusV/Mud Man VS The Morgmar/The Fight/Mud Man VS The Morgmar/Ohjelma.cs
@
3785
Revision 3785, 296 bytes checked in by anlakane, 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 (Mud_Man_VS_The_Morgmar game = new Mud_Man_VS_The_Morgmar()) |
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.