]> git.sesse.net Git - movit/blob - opengl.h
Do not unconditionally profile (that was a miscommit). Instead, make a PROFILE=1...
[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)