summaryrefslogtreecommitdiff
path: root/source/Asura.Runner/Main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-04 17:19:51 +0800
committerchai <chaifix@163.com>2019-08-04 17:19:51 +0800
commit7638df1ed1f0f314d78bd42e0aba084ba14ade0a (patch)
treed27bfdebae13e750307520232d5e003a140518a6 /source/Asura.Runner/Main.cpp
parentbad78945ceba425f6a80e3b8dca2414d592970eb (diff)
*misc
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