OpenGL headers for OS X in graphics.c

This commit is contained in:
Simon Robertshaw 2011-11-02 10:39:48 +00:00
parent 3723147a1d
commit 9c26ef45b6

View File

@ -4,6 +4,7 @@
#if defined(OGLR)
#ifdef MACOSX
#include <GL/glew.h>
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#elif defined(WIN32)