intravenous

diff src/opengl.h @ 3:94d4c60af435

some progress
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 03:35:18 +0300
parents 472c28b8b875
children
line diff
     1.1 --- a/src/opengl.h	Sat Apr 21 23:03:36 2012 +0300
     1.2 +++ b/src/opengl.h	Sun Apr 22 03:35:18 2012 +0300
     1.3 @@ -9,9 +9,11 @@
     1.4  #include <GLUT/glut.h>
     1.5  #endif
     1.6  
     1.7 +#ifdef __cplusplus
     1.8  #include <vmath/vmath.h>
     1.9  
    1.10  void load_gl_matrix(const Matrix4x4 &mat);
    1.11  void mult_gl_matrix(const Matrix4x4 &mat);
    1.12 +#endif	/* __cplusplus */
    1.13  
    1.14  #endif	/* OPENGL_H_ */