From 05a0873a5f1a1c8135952eb262403a88f73cd30c Mon Sep 17 00:00:00 2001 From: Bryce Hutchings <niceass@rq3.com> Date: Fri, 8 Feb 2002 05:52:18 +0000 Subject: [PATCH] cg_drawcleanrect declaration added. --- reaction/cgame/cg_local.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reaction/cgame/cg_local.h b/reaction/cgame/cg_local.h index 9059a812..d5990db1 100644 --- a/reaction/cgame/cg_local.h +++ b/reaction/cgame/cg_local.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.46 2002/02/08 05:52:18 niceass +// cg_drawcleanrect declaration added. +// // Revision 1.45 2002/02/05 23:42:06 slicer // More on matchmode.. // @@ -1525,6 +1528,7 @@ void UI_DrawProportionalString( int x, int y, const char* str, int style, vec4_t void CG_DrawRect( float x, float y, float width, float height, float size, const float *color ); void CG_DrawSides(float x, float y, float w, float h, float size); void CG_DrawTopBottom(float x, float y, float w, float h, float size); +void CG_DrawCleanRect( float x, float y, float width, float height, float size, const float *color ); //