gba-x3dtest

view src/ggen.h @ 20:2e903e27e35a

fixed x3d_disable_texture added runtime teture checks in the rasterizer
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 01 Jul 2014 23:23:37 +0300
parents
children
line source
1 #ifndef GGEN_H_
2 #define GGEN_H_
4 #include "mesh.h"
6 int gen_box(struct mesh *m);
8 #endif /* GGEN_H_ */