Fixed APIENTRY quirk with GLEW

This commit is contained in:
Zachary Lund 2014-01-06 17:51:45 -06:00
parent a89a8151d5
commit 8073b0ecd4

View file

@ -20,11 +20,17 @@
#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
#ifdef _WIN32
#include <windows.h>
#endif
#include "gl-helpers.h"
#include "gl-exports.h"