invisible

annotate src/tesquad.h @ 25:96b022f1210e

'w' to switch to wireframe
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 17 Nov 2013 12:46:45 +0200
parents
children
rev   line source
eleni@19 1 #ifndef TESQUAD_H_
eleni@19 2 #define TESQUAD_H_
eleni@19 3
eleni@19 4 void draw_tess_quad(float x, float y, float w, float h, int usub, int vsub, bool ortho = false);
eleni@19 5
eleni@19 6 #endif //TESQUAD_H_