diff --git a/engine/gl/gl_draw.h b/engine/gl/gl_draw.h index cf8206ffc..5b8f6412e 100644 --- a/engine/gl/gl_draw.h +++ b/engine/gl/gl_draw.h @@ -49,3 +49,5 @@ qpic_t *GLDraw_CachePic (char *path); void GLDraw_Crosshair(void); void GLDraw_LevelPic (qpic_t *pic); +void GLDraw_ImageColours(float r, float g, float b, float a); +void GLDraw_Image(float x, float y, float w, float h, float s1, float t1, float s2, float t2, qpic_t *pic);