Fixes to MeshDrawer2D; Missing declarations make MSVC sad.

This commit is contained in:
gogg 2010-01-10 14:25:06 +00:00
parent 48918928c8
commit acb8427feb

View File

@ -73,6 +73,20 @@ PUBLISHED:
float u, float v, float us, float vs,
LVector4f color);
void rectangle_border(
float x, float y, float w, float h,
float r, float t, float l, float b,
float tr, float tt, float tl, float tb,
float u, float v, float us, float vs,
LVector4f color);
void rectangle_border_tiled(
float x, float y, float w, float h,
float r, float t, float l, float b,
float tr, float tt, float tl, float tb,
float u, float v, float us, float vs,
LVector4f color);
void rectangle_tiled(
float x, float y, float w, float h,
float u, float v, float us, float vs,