mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 21:42:07 +02:00
try this
This commit is contained in:
parent
fc1e1ecfc0
commit
a9b3fdd3eb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue