invisible

view src/tesquad.h @ 26:61d593076c56

foo
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 17 Nov 2013 23:02:40 +0200
parents
children
line source
1 #ifndef TESQUAD_H_
2 #define TESQUAD_H_
4 void draw_tess_quad(float x, float y, float w, float h, int usub, int vsub, bool ortho = false);
6 #endif //TESQUAD_H_