提交 8073b0ec 编写于 作者: Z Zachary Lund

Fixed APIENTRY quirk with GLEW

上级 a89a8151
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册