aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 95af0a7..8d2d537 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
#include <iostream>
#include "SDL.h"
#include "SDL_opengl.h"
@@ -67,4 +68,12 @@ int main(int argc, char** argv){
SDL_DestroyWindow(window);
SDL_Quit();
return 0;
+=======
+#include <stdio.h>
+#include <SDL2/SDL.h>
+
+int main(int argc,char **argv){
+ puts("Hello, world!");
+ return 0;
+>>>>>>> origin/master
}