intravenous

diff src/geom.h @ 3:94d4c60af435

some progress
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 03:35:18 +0300
parents 3ea290d35984
children
line diff
     1.1 --- a/src/geom.h	Sat Apr 21 23:03:36 2012 +0300
     1.2 +++ b/src/geom.h	Sun Apr 22 03:35:18 2012 +0300
     1.3 @@ -9,6 +9,6 @@
     1.4  	Vector2 tc;
     1.5  };
     1.6  
     1.7 -void draw_mesh(unsigned int prim, int count, const Vertex *vbuf, const unsigned int *ibuf);
     1.8 +void draw_mesh(unsigned int prim, int count, const Vertex *vbuf, const unsigned int *ibuf, int tang_attr_loc = -1);
     1.9  
    1.10  #endif	// GEOM_H_