allow non-static glew include path

This commit is contained in:
Palana
2013-11-01 23:29:10 +01:00
parent 8880a9e811
commit 26397c7782

View File

@@ -20,7 +20,11 @@
#include "util/darray.h"
#include "graphics/graphics.h"
#include "graphics/matrix4.h"
#ifdef GLEW_STATIC
#include "glew/include/GL/glew.h"
#else
#include <GL/glew.h>
#endif
#include "gl-helpers.h"
#include "gl-exports.h"