using System; namespace SpriteEffects.DesktopGL { static class Program { static void Main() { var game = new SpriteEffectsGame(); game.Run(); } } }