mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
add types to a couple prototypes
This commit is contained in:
parent
e1d9546c08
commit
43fd681809
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@ void Cvar_WriteVariables (QFile *f);
|
|||
cvar_t *Cvar_FindVar (char *var_name);
|
||||
|
||||
void Cvar_Init_Hash (void);
|
||||
void Cvar_Init();
|
||||
void Cvar_Init (void);
|
||||
|
||||
void Cvar_Shutdown();
|
||||
void Cvar_Shutdown (void);
|
||||
|
||||
extern cvar_t *cvar_vars;
|
||||
|
||||
|
|
Loading…
Reference in a new issue