mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
bf3edade55
commit
991128372e
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,7 @@ void SCR_UpdateWholeScreen (void);
|
|||
|
||||
|
||||
//this stuff is internal to the screen systems.
|
||||
|
||||
void SCR_CrosshairPosition(int pnum, int *x, int *y);
|
||||
void SCR_DrawLoading (void);
|
||||
void SCR_CalcRefdef (void);
|
||||
void SCR_TileClear (void);
|
||||
|
@ -88,3 +88,7 @@ void SCR_ShowPic_Hide(void);
|
|||
void SCR_ShowPic_Move(void);
|
||||
void SCR_ShowPic_Update(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);
|
||||
|
|
Loading…
Reference in a new issue