mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Created basic entry point and application
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using GlitchyEngine;
|
||||
|
||||
namespace Sandbox
|
||||
{
|
||||
class SandboxApp : Application
|
||||
{
|
||||
[Export, LinkName("CreateApplication")]
|
||||
public static Application CreateApplication()
|
||||
{
|
||||
return new SandboxApp();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user