From bdd87a38baf037968733fe777d48cd9a39512b7d Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 23 Nov 2004 01:16:43 +0000 Subject: [PATCH] cleaning up a little bit of stuff. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@522 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_draw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/gl/gl_draw.h b/engine/gl/gl_draw.h index cf8206ff..5b8f6412 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);