Removed some warnings
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@513 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cefa1be2ac
commit
bf3edade55
1 changed files with 2 additions and 0 deletions
|
@ -33,11 +33,13 @@ int VARGS VM_Call(vm_t *vm, int instruction, ...);
|
|||
//plugin functions
|
||||
#ifdef PLUGINS
|
||||
qboolean Plug_Menu_Event(int eventtype, int param);
|
||||
qboolean Plugin_ExecuteString(void);
|
||||
void Plug_ResChanged(void);
|
||||
void Plug_Tick(void);
|
||||
void Plug_Init(void);
|
||||
|
||||
void Plug_SBar(void);
|
||||
void Plug_DrawReloadImages(void);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue