diff options
Diffstat (limited to 'make/stub_includes/macosx/gl.c')
-rw-r--r-- | make/stub_includes/macosx/gl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/stub_includes/macosx/gl.c b/make/stub_includes/macosx/gl.c new file mode 100644 index 000000000..1d2a67ae7 --- /dev/null +++ b/make/stub_includes/macosx/gl.c @@ -0,0 +1,8 @@ +#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> |