vrheights

diff src/opengl.h @ 5:053a52f0cb64

console
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 26 Sep 2014 18:40:15 +0300
parents b49461618f61
children
line diff
     1.1 --- a/src/opengl.h	Fri Sep 26 13:19:22 2014 +0300
     1.2 +++ b/src/opengl.h	Fri Sep 26 18:40:15 2014 +0300
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  #include <GL/glew.h>
     1.6  
     1.7 +#ifdef __cplusplus
     1.8  bool init_opengl();
     1.9 +#endif
    1.10  
    1.11  #endif	/* OPENGL_H_ */