1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-06 03:49:03 +00:00

Merge pull request #90 from Quuxplusone/gl-deprecation

Define `GL_SILENCE_DEPRECATION` on OSX
This commit is contained in:
Zeno Rogue
2020-02-16 17:53:50 +01:00
committed by GitHub

View File

@@ -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>