add platformer window infrastructure
This commit is contained in:
11
Platformer/Driver.cs
Normal file
11
Platformer/Driver.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Platformer
|
||||
{
|
||||
internal static class Driver
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
using (var pw = new PlatformWindow())
|
||||
pw.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user