blob: 514393f0bd0eeb7ac7b5c38b784f99b2ad4a068e (
plain)
1
2
3
4
5
6
7
8
9
|
#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>
#include <GL/glext.h>
|