3dphotoshoot

view src/opengl.h @ 7:7f6e6eb3d20e

some progress...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 23 May 2015 23:14:44 +0300
parents a4bf2687e406
children c71c477521ca
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GLES/gl.h>
5 #include <GLES/glext.h>
7 #endif /* OPENGL_H_ */