graphene

view src/graphene3d.h @ 3:d71b4e899e08

minimal matrix and vec4
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jul 2015 05:52:39 +0300
parents fb032d88839f
children
line source
1 #ifndef GRAPHENE3D_H_
2 #define GRAPHENE3D_H_
4 #include "opengl.h"
5 #include "gmath/gmath.h"
7 #endif // GRAPHENE3D_H_