@@ -8,6 +8,7 @@
// Includes GLM
#include <glm/glm.hpp>
+#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/transform.hpp>
#include <glm/gtc/type_ptr.hpp>
@@ -13,11 +13,12 @@
// Include UNIX/Linux
#else
#define GL3_PROTOTYPES 1
-#include <GL3/gl3.h>
+#include <GL/gl.h>
#endif
@@ -6,7 +6,7 @@
#include <GL/glew.h>
#include <SDL2/SDL.h>
@@ -3,13 +3,14 @@
// Includes OpenGL
//Includes de base
#include <string>
@@ -13,7 +13,7 @@
// Includes communs