See More

using System; namespace ProceduralTextures { #if WINDOWS || XBOX static class Program { ///

/// The main entry point for the application. /// static void Main(string[] args) { using (Game game = new Game()) { game.Run(); } } } #endif }