graphene

view 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 source
1 #ifndef GMATH_H_
2 #define GMATH_H_
4 #include "vec.h"
5 #include "matrix.h"
7 #endif // GMATH_H_