Added a couple of prototypes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1314 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
568eaa66e5
commit
86e1757e65
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,8 @@ void Plug_DrawReloadImages(void);
|
|||
|
||||
|
||||
|
||||
//these things are specific to FTE QuakeWorld
|
||||
#ifdef VM_UI
|
||||
qboolean UI_Command(void);
|
||||
void UI_Init (void);
|
||||
void UI_Restart_f(void);
|
||||
void UI_Stop (void);
|
||||
|
@ -61,12 +62,14 @@ qboolean UI_DrawStatusBar(int scores);
|
|||
qboolean UI_DrawIntermission(void);
|
||||
qboolean UI_DrawFinale(void);
|
||||
int UI_MenuState(void);
|
||||
#endif
|
||||
|
||||
#ifdef VM_CG
|
||||
void CG_Stop (void);
|
||||
void CG_Start (void);
|
||||
int CG_Refresh(void);
|
||||
qboolean CG_Command(void);
|
||||
qboolean CG_KeyPress(int key, int down);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue