gba-x3dtest

view src/ggen.h @ 19:62390f9cc93e

texture cache optimization failed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 30 Jun 2014 09:07:41 +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_ */