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
This commit is contained in:
Spoike 2004-11-23 01:16:43 +00:00
parent bb58b920f4
commit bdd87a38ba
1 changed files with 2 additions and 0 deletions

View File

@ -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);