mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-08-08 01:25:02 +00:00
silence GL deprecation
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <GL/glew.h>
|
||||
#endif // defined(__linux__)
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#if !defined(__GLWIDGET_H__)
|
||||
#define __GLWIDGET_H__
|
||||
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <GL/glew.h>
|
||||
#endif // defined(__linux__)
|
||||
|
Reference in New Issue
Block a user