summaryrefslogtreecommitdiff
path: root/Source/Asura.Runner/Runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Runner/Runner.h')
-rw-r--r--Source/Asura.Runner/Runner.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/Asura.Runner/Runner.h b/Source/Asura.Runner/Runner.h
new file mode 100644
index 0000000..45d9028
--- /dev/null
+++ b/Source/Asura.Runner/Runner.h
@@ -0,0 +1,15 @@
+#ifndef __ASURA_RUNNER_H__
+#define __ASURA_RUNNER_H__
+
+#include "Asura.h"
+
+using namespace AsuraEngine;
+
+class Runner : public Application
+{
+public:
+
+
+};
+
+#endif \ No newline at end of file