mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
More fun missed by Havoc, SV_Init(void)
This commit is contained in:
parent
008f880ea4
commit
462138e983
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ extern double sv_frametime;
|
|||
// FIXME: declare exported functions in their own relevant .h
|
||||
|
||||
void SV_Error (char *error, ...) __attribute__((format(printf,1,2)));
|
||||
void SV_Init (quakeparms_t *parms);
|
||||
void SV_Init (void);
|
||||
|
||||
void Con_Printf (char *fmt, ...) __attribute__((format(printf,1,2)));
|
||||
void Con_DPrintf (char *fmt, ...) __attribute__((format(printf,1,2)));
|
||||
|
|
Loading…
Reference in a new issue