This commit is contained in:
ZappoMan 2014-12-16 11:57:06 -08:00
parent a9b3fdd3eb
commit ec5c33fecc

View file

@ -17,10 +17,7 @@
#if defined(__APPLE__)
#include <GLUT/glut.h>
#elif defined(WIN32)
#include <windowshacks.h>
#include <GL/glew.h>
#include <GL/glut.h>
#include <GL/wglew.h>
// nothing?
#else
#include <GL/glut.h>
#endif