mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-18 03:00:25 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace HatariZipLauncher
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.Title = "Hatari ZIP Launcher";
|
||||
var app = new LauncherApp();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user