]> git.sesse.net Git - movit/blob - opengl.h
Add (safe) asserts around all Effect::set_* return values, and add warnings for not...
[movit] / opengl.h
1 #ifndef _OPENGL_H
2 #define _OPENGL_H 1
3
4 // A common place to find OpenGL includes, if your system should have them in weird places.
5
6 #define GL_GLEXT_PROTOTYPES 1
7
8 #include <GL/gl.h>
9 #include <GL/glext.h>
10
11 #endif  // !defined(_OPENGL_H)