aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl2.c
blob: e91ee95f3fe095932f6b588c9835de2a76bd1f4e (plain)
1
2
3
4
5
6
7
#define GLAPI

// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
// "glext.h" are parsed.
#define GL_GLEXT_PROTOTYPES

#include <GL/gl.h>