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

// Define GL3_PROTOTYPES so that the OpenGL prototypes in
// "gl3.h" are parsed.
#define GL3_PROTOTYPES

#include <GL3/gl3.h>