From acb8427febe2e97949ca5640e2b1185af8ac2431 Mon Sep 17 00:00:00 2001 From: gogg Date: Sun, 10 Jan 2010 14:25:06 +0000 Subject: [PATCH] Fixes to MeshDrawer2D; Missing declarations make MSVC sad. --- panda/src/grutil/meshDrawer2D.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/panda/src/grutil/meshDrawer2D.h b/panda/src/grutil/meshDrawer2D.h index 364dfea921..ab9ede92c8 100644 --- a/panda/src/grutil/meshDrawer2D.h +++ b/panda/src/grutil/meshDrawer2D.h @@ -72,7 +72,21 @@ PUBLISHED: float x, float y, float w, float h, 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,