This commit is contained in:
ZappoMan 2014-12-16 11:44:15 -08:00
parent fc1e1ecfc0
commit a9b3fdd3eb

View file

@ -16,6 +16,11 @@
// TODO: remove these once we migrate away from GLUT calls
#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>
#else
#include <GL/glut.h>
#endif