diff options
Diffstat (limited to 'Source/Asura.Runner/runner.cpp')
-rw-r--r-- | Source/Asura.Runner/runner.cpp | 10 |
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 |