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