intravenous

diff src/opengl.h @ 2:472c28b8b875

I think I pretty much nailed the camera
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Apr 2012 23:03:36 +0300
parents 2b30f261f641
children 94d4c60af435
line diff
     1.1 --- a/src/opengl.h	Sat Apr 21 22:42:43 2012 +0300
     1.2 +++ b/src/opengl.h	Sat Apr 21 23:03:36 2012 +0300
     1.3 @@ -9,4 +9,9 @@
     1.4  #include <GLUT/glut.h>
     1.5  #endif
     1.6  
     1.7 +#include <vmath/vmath.h>
     1.8 +
     1.9 +void load_gl_matrix(const Matrix4x4 &mat);
    1.10 +void mult_gl_matrix(const Matrix4x4 &mat);
    1.11 +
    1.12  #endif	/* OPENGL_H_ */