graphene

diff src/graphene3d.h @ 2:fb032d88839f

moved gmath under src
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jul 2015 05:08:22 +0300
parents
children d71b4e899e08
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/graphene3d.h	Sat Jul 25 05:08:22 2015 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef GRAPHENE3D_H_
     1.5 +#define GRAPHENE3D_H_
     1.6 +
     1.7 +#include "opengl.h"
     1.8 +#include "gmath/vec.h"
     1.9 +
    1.10 +#endif	// GRAPHENE3D_H_