invisible

view src/tesquad.h @ 22:531a814d4d6b

foo
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 10 Nov 2013 14:32:29 +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_