libresman

view examples/imgthumbs/src/opengl.h @ 6:410c19c735b2

- removed the glew dependency - initial thread pool implementation
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 05:22:09 +0200
parents 026cdd1737ff
children
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #ifdef __APPLE__
5 #include <GLUT/glut.h>
6 #else
7 #include <GL/glut.h>
8 #endif
10 #endif /* OPENGL_H_ */