mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
glew/GL fixes
This commit is contained in:
parent
b33d17f91c
commit
ffb0cab2e7
@ -5,7 +5,13 @@
|
||||
#include "Gwen/Texture.h"
|
||||
|
||||
#include <math.h>
|
||||
#include "../OpenGLWindow/OpenGLInclude.h"
|
||||
|
||||
#if defined(__APPLE__) && !defined (VMDMESA)
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include "CustomGL/glew.h"
|
||||
#endif
|
||||
|
||||
#include "FontData.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user