summaryrefslogtreecommitdiff
path: root/Source/Asura.Runner/runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Runner/runner.cpp')
-rw-r--r--Source/Asura.Runner/runner.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Asura.Runner/runner.cpp b/Source/Asura.Runner/runner.cpp
new file mode 100644
index 0000000..47f44ec
--- /dev/null
+++ b/Source/Asura.Runner/runner.cpp
@@ -0,0 +1,10 @@
+#include "Asura.h"
+#include "Runner.h"
+
+void Runner::Run(int argc, char* args[])
+{
+
+
+}
+
+ASURA_RUN(Runner); \ No newline at end of file