cg_drawcleanrect declaration added.

This commit is contained in:
Bryce Hutchings 2002-02-08 05:52:18 +00:00
parent 51df25ac08
commit 05a0873a5f

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $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 // Revision 1.45 2002/02/05 23:42:06 slicer
// More on matchmode.. // 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_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_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_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 );
// //