]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
updated to version 1.50, build 75.
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index db8a8601876301fc2d5540afd2ef3f8bec5c4399..ddb8e35b05b5f18e21bee7ba553dad77bb25323d 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -25,6 +25,7 @@ extern        qpic_t          *draw_disc;     // also used on sbar
 
 void Draw_Init (void);
 void Draw_Character (int x, int y, int num);
+void Draw_GenericPic (int texnum, float red, float green, float blue, float alpha, float x, float y, float width, float height);
 void Draw_Pic (int x, int y, qpic_t *pic);
 void Draw_TransPic (int x, int y, qpic_t *pic);
 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);