mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
Merge pull request #90 from Quuxplusone/gl-deprecation
Define `GL_SILENCE_DEPRECATION` on OSX
This commit is contained in:
commit
155c2f38d0
@ -389,6 +389,7 @@ extern "C" {
|
||||
#else
|
||||
#define GL_GLEXT_PROTOTYPES 1
|
||||
#if ISMAC
|
||||
#define GL_SILENCE_DEPRECATION 1
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#include <OpenGL/glext.h>
|
||||
|
Loading…
Reference in New Issue
Block a user