diff options
Diffstat (limited to 'Source/Asura.Runner/Main.cpp')
-rw-r--r-- | Source/Asura.Runner/Main.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/Asura.Runner/Main.cpp b/Source/Asura.Runner/Main.cpp new file mode 100644 index 0000000..ac91f97 --- /dev/null +++ b/Source/Asura.Runner/Main.cpp @@ -0,0 +1,13 @@ +#ifndef _ASURA_RUNNER_MAIN_H_ +#define _ASURA_RUNNER_MAIN_H_ + +#include <SDL2/SDL.h> + +/// SDL +int main(int args, char* argv[]) +{ + + return 0; +} + +#endif
\ No newline at end of file |