X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=draw.h;h=f0af80c681ea45f94268de39a2ca798bfddbd72d;hb=c4d44b47444f564991cc836ea072e15b77314f93;hp=f2c9f7a8810251bb62c4f68e0585674831ef4eb6;hpb=fd9860c8c2d7ff69fe2e49958e93cc9ed6c179ac;p=xonotic%2Fdarkplaces.git diff --git a/draw.h b/draw.h index f2c9f7a8..f0af80c6 100644 --- a/draw.h +++ b/draw.h @@ -117,6 +117,8 @@ extern dp_font_t dp_fonts[MAX_FONTS]; // 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 rotated image +void DrawQ_RotPic(float x, float y, cachepic_t *pic, float width, float height, float org_x, float org_y, float angle, 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,