summaryrefslogtreecommitdiff
path: root/source/Asura.Runner/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Runner/Main.cpp')
-rw-r--r--source/Asura.Runner/Main.cpp13
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