graphene

diff src/gmath/matrix.h @ 4:d30e24132b6e

more gmath
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jul 2015 07:42:30 +0300
parents d71b4e899e08
children
line diff
     1.1 --- a/src/gmath/matrix.h	Sat Jul 25 05:52:39 2015 +0300
     1.2 +++ b/src/gmath/matrix.h	Sat Jul 25 07:42:30 2015 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #define GMATH_MATRIX_H_
     1.5  
     1.6  #include <string.h>
     1.7 -#include "vec.h"
     1.8 +#include "vector.h"
     1.9  
    1.10  namespace gph {
    1.11