diff --git a/SDL/shader.c b/SDL/shader.c index 47f5d39..013eeab 100644 --- a/SDL/shader.c +++ b/SDL/shader.c @@ -2,7 +2,6 @@ #include #include "shader.h" #include "utils.h" -#include static const char *vertex_shader = "\n\ #version 150 \n\ diff --git a/SDL/shader.h b/SDL/shader.h index 74a9250..baad223 100644 --- a/SDL/shader.h +++ b/SDL/shader.h @@ -1,6 +1,7 @@ #ifndef shader_h #define shader_h -#include +#define GL_GLEXT_PROTOTYPES +#include #include typedef struct shader_s {