graphene

diff src/gmath/gmath.h @ 3:d71b4e899e08

minimal matrix and vec4
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jul 2015 05:52:39 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/gmath/gmath.h	Sat Jul 25 05:52:39 2015 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef GMATH_H_
     1.5 +#define GMATH_H_
     1.6 +
     1.7 +#include "vec.h"
     1.8 +#include "matrix.h"
     1.9 +
    1.10 +#endif	// GMATH_H_