diff options
Diffstat (limited to 'source/Asura.Runner/main.cpp')
-rw-r--r-- | source/Asura.Runner/main.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/Asura.Runner/main.cpp b/source/Asura.Runner/main.cpp new file mode 100644 index 0000000..0ce68b6 --- /dev/null +++ b/source/Asura.Runner/main.cpp @@ -0,0 +1,15 @@ +#ifndef __ASURA_RUNNER_MAIN_H__ +#define __ASURA_RUNNER_MAIN_H__ + +#include "runner.h" + +using namespace AsuraRunner; + +/// SDL +int main(int args, char* argv[]) +{ + + return 0; +} + +#endif
\ No newline at end of file |