gba-x3dtest

diff src/polyfill.h @ 8:fb0a0d6a8b52

sortof works
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Jun 2014 05:53:46 +0300
parents 850be43b3135
children b755fb002f17
line diff
     1.1 --- a/src/polyfill.h	Wed Jun 18 06:20:07 2014 +0300
     1.2 +++ b/src/polyfill.h	Thu Jun 19 05:53:46 2014 +0300
     1.3 @@ -9,4 +9,6 @@
     1.4  
     1.5  void draw_poly(int num, const pvec3 *verts, uint16_t color);
     1.6  
     1.7 +void draw_point(const pvec3 *v, uint16_t color);
     1.8 +
     1.9  #endif	/* POLYFILL_H_ */