Fixed _alot_ of warnings, happy reviewing!

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2574 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-06 21:13:15 +00:00
parent a22bec8286
commit 75d9afc8c7
14 changed files with 76 additions and 55 deletions

View file

@ -67,6 +67,8 @@ void SCR_UpdateWholeScreen (void);
//this stuff is internal to the screen systems.
void RSpeedShow(void);
void SCR_CrosshairPosition(int pnum, int *x, int *y);
void SCR_DrawLoading (void);
void SCR_CalcRefdef (void);