Move opengl code from libsdl to libopengl
[mercenary-reloaded.git] / src / libopengl / opengl.c
similarity index 99%
rename from src/libsdl/opengl.c
rename to src/libopengl/opengl.c
index 83ec683..6bb8e9a 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <math.h>
 #include <errno.h>
-#include "print.h"
+#include "../libsdl/print.h"
 #include "opengl.h"
 #define GL3_PROTOTYPES 1
 #include <GL/glew.h>