3dphotoshoot

diff src/opengl.h @ 0:a4bf2687e406

3d photoshoot initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 12 May 2015 05:31:21 +0300
parents
children e31e23ead56f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/opengl.h	Tue May 12 05:31:21 2015 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef OPENGL_H_
     1.5 +#define OPENGL_H_
     1.6 +
     1.7 +#include <GLES/gl.h>
     1.8 +
     1.9 +#endif	/* OPENGL_H_ */