mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 09:22:43 +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);
|
cvar_t *Cvar_FindVar (char *var_name);
|
||||||
|
|
||||||
void Cvar_Init_Hash (void);
|
void Cvar_Init_Hash (void);
|
||||||
void Cvar_Init();
|
void Cvar_Init (void);
|
||||||
|
|
||||||
void Cvar_Shutdown();
|
void Cvar_Shutdown (void);
|
||||||
|
|
||||||
extern cvar_t *cvar_vars;
|
extern cvar_t *cvar_vars;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue