]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
WIN32: changed stricmp and strnicmp to have an underscore prefix
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 5f99eb624b133331631944e73b9672554c196a88..8d3258601d9e23a942399e4c09ed05e5292e21fc 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -78,6 +78,8 @@ DRAWFLAG_NUMFLAGS
 
 // draw an image (or a filled rectangle if pic == NULL)
 void DrawQ_Pic(float x, float y, cachepic_t *pic, float width, float height, float red, float green, float blue, float alpha, int flags);
+// draw a filled rectangle (slightly faster than DrawQ_Pic with pic = NULL)
+void DrawQ_Fill(float x, float y, float width, float height, float red, float green, float blue, float alpha, int flags);
 // draw a text string,
 // with optional color tag support,
 // returns final unclipped x coordinate