vrheights

view src/opengl.h @ 4:690ef7fa791f

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 26 Sep 2014 13:19:22 +0300
parents ccbd444939a1
children 053a52f0cb64
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GL/glew.h>
6 bool init_opengl();
8 #endif /* OPENGL_H_ */