libresman
diff examples/imgthumbs/src/opengl.h @ 2:026cdd1737ff
added spaceball controls to the example and needless GLEW dependency
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 31 Jan 2014 03:40:00 +0200 |
parents | 469ce01809bc |
children | 410c19c735b2 |
line diff
1.1 --- a/examples/imgthumbs/src/opengl.h Fri Jan 31 03:17:24 2014 +0200 1.2 +++ b/examples/imgthumbs/src/opengl.h Fri Jan 31 03:40:00 2014 +0200 1.3 @@ -1,6 +1,8 @@ 1.4 #ifndef OPENGL_H_ 1.5 #define OPENGL_H_ 1.6 1.7 +#include <GL/glew.h> 1.8 + 1.9 #ifdef __APPLE__ 1.10 #include <GLUT/glut.h> 1.11 #else