aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/gl.c
blob: 76b7a32205df32c09442bc16cbdb845b6ed5f7e7 (plain)
1
2
3
4
5
6
7
8
9
#include <windows.h>
#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>