bye to the warnings

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@514 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-23 00:43:27 +00:00
parent bf3edade55
commit 991128372e
1 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void SCR_UpdateWholeScreen (void);
//this stuff is internal to the screen systems. //this stuff is internal to the screen systems.
void SCR_CrosshairPosition(int pnum, int *x, int *y);
void SCR_DrawLoading (void); void SCR_DrawLoading (void);
void SCR_CalcRefdef (void); void SCR_CalcRefdef (void);
void SCR_TileClear (void); void SCR_TileClear (void);
@ -88,3 +88,7 @@ void SCR_ShowPic_Hide(void);
void SCR_ShowPic_Move(void); void SCR_ShowPic_Move(void);
void SCR_ShowPic_Update(void); void SCR_ShowPic_Update(void);
void SCR_ShowPic_Clear(void); void SCR_ShowPic_Clear(void);
//a header is better than none...
void Draw_TextBox (int x, int y, int width, int lines);
void SCR_ScreenShot (char *filename);