gba-x3dtest

diff src/mesh.h @ 15:b755fb002f17

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 25 Jun 2014 17:02:48 +0300
parents 2070a81127f2
children
line diff
     1.1 --- a/src/mesh.h	Mon Jun 23 10:33:24 2014 +0300
     1.2 +++ b/src/mesh.h	Wed Jun 25 17:02:48 2014 +0300
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  	int32_t *verts;
     1.6  	int32_t *colors;
     1.7 +	int32_t *texcoords;
     1.8  	int nverts;
     1.9  };
    1.10