textpsys

view src/opengl.h @ 3:b1c8d2784c72

made the timer internal to the effect, fx_draw doesn't take a time value any more
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 20 Aug 2015 06:40:23 +0300
parents
children
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #ifndef __APPLE__
5 #define GL_GLEXT_PROTOTYPES 1
6 #include <GL/gl.h>
7 #include <GL/glext.h>
8 #else
9 #include <OpenGL/gl.h>
10 #endif
12 #endif // OPENGL_H_