vrheights

view src/opengl.h @ 6:608e03b688f8

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 30 Sep 2014 18:57:20 +0300
parents b49461618f61
children
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GL/glew.h>
6 #ifdef __cplusplus
7 bool init_opengl();
8 #endif
10 #endif /* OPENGL_H_ */