1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Add glext.h.

This commit is contained in:
Thomas Harte 2020-05-27 21:20:43 -04:00
parent 0f2f776e6a
commit ecb44711d1

View File

@ -23,6 +23,7 @@
#else
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#ifndef NDEBUG