]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CarFire/Program.cs
Player doesn't disappear
[chaz/carfire] / CarFire / CarFire / CarFire / Program.cs
1 using System;
2
3 namespace CarFire
4 {
5 static class Program
6 {
7 /// <summary>
8 /// The main entry point for the application.
9 /// </summary>
10 static void Main(string[] args)
11 {
12 using (XnaGame game = new XnaGame())
13 {
14 game.Run();
15 }
16 }
17 }
18 }
19
This page took 0.037224 seconds and 5 git commands to generate.