using Urho; namespace $safeprojectname$ { class Program { static void Main(string[] args) { new MyGame(new ApplicationOptions("MyData")).Run(); // For a console app Urho will create a Windows/macOS/Linux window using SDL } } }