mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
cg_drawcleanrect declaration added.
This commit is contained in:
parent
51df25ac08
commit
05a0873a5f
1 changed files with 4 additions and 0 deletions
|
@ -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 );
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue