vrheights

annotate src/opengl.h @ 16:7f6d68d95c22

updated to new version of goatvr
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:34:31 +0200
parents b49461618f61
children
rev   line source
nuclear@2 1 #ifndef OPENGL_H_
nuclear@2 2 #define OPENGL_H_
nuclear@2 3
nuclear@2 4 #include <GL/glew.h>
nuclear@2 5
nuclear@5 6 #ifdef __cplusplus
nuclear@2 7 bool init_opengl();
nuclear@5 8 #endif
nuclear@2 9
nuclear@2 10 #endif /* OPENGL_H_ */