mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
Removed Host_Init quakeparam. Havoc missed this one ;-)
This commit is contained in:
parent
9ce5fc95df
commit
186bba720c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ extern qboolean msg_suppress_1; // Suppresses resolution and cache size console
|
|||
|
||||
void Host_ServerFrame (void);
|
||||
void Host_InitCommands (void);
|
||||
void Host_Init (quakeparms_t *parms);
|
||||
void Host_Init (void);
|
||||
void Host_Shutdown(void);
|
||||
void Host_Error (char *error, ...) __attribute__((format(printf,1,2)));
|
||||
void Host_EndGame (char *message, ...) __attribute__((format(printf,1,2)));
|
||||
|
|
Loading…
Reference in a new issue