From 0d4629f3aa7a9ea1587797577bee7659a7249153 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 7 Oct 2012 18:23:34 +0200 Subject: [PATCH] Add missing file opengl.h. --- opengl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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) -- 2.39.2