vrheights

diff src/opengl.h @ 0:ccbd444939a1

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Sep 2014 18:36:24 +0300
parents
children b49461618f61
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/opengl.h	Mon Sep 22 18:36:24 2014 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef OPENGL_H_
     1.5 +#define OPENGL_H_
     1.6 +
     1.7 +#include <GL/glew.h>
     1.8 +
     1.9 +bool init_opengl();
    1.10 +
    1.11 +#endif	/* OPENGL_H_ */
    1.12 \ No newline at end of file