X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=opengl.h;fp=opengl.h;h=34079b7c3e2879070c5c45ca2badf1f91a379eba;hp=0000000000000000000000000000000000000000;hb=0d4629f3aa7a9ea1587797577bee7659a7249153;hpb=a2aacdddde6452df500ee437ed7fdbf7d18b6138 diff --git a/opengl.h b/opengl.h new file mode 100644 index 0000000..34079b7 --- /dev/null +++ b/opengl.h @@ -0,0 +1,11 @@ +#ifndef _OPENGL_H +#define _OPENGL_H 1 + +// A common place to find OpenGL includes, if your system should have them in weird places. + +#define GL_GLEXT_PROTOTYPES 1 + +#include +#include + +#endif // !defined(_OPENGL_H)