vrheights

view src/opengl.h @ 13:0168104ec568

- added new files to the vs project - fixed bug caused by LibOVR's failure to restore OpenGL state
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 04 Oct 2014 03:41:59 +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_ */