From: Steinar H. Gunderson Date: Sun, 7 Oct 2012 16:23:34 +0000 (+0200) Subject: Add missing file opengl.h. X-Git-Tag: 1.0~354 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=0d4629f3aa7a9ea1587797577bee7659a7249153;hp=a2aacdddde6452df500ee437ed7fdbf7d18b6138 Add missing file opengl.h. --- 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)