diff options
Diffstat (limited to 'Runner/Main.cpp')
-rw-r--r-- | Runner/Main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Runner/Main.cpp b/Runner/Main.cpp new file mode 100644 index 0000000..a511ed7 --- /dev/null +++ b/Runner/Main.cpp @@ -0,0 +1,9 @@ +#include "SDL2/SDL.h" + + + + +int main(int argn, char* args[]) +{ + return 0; +} |