mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
There goes annother warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@197 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
65a2f1aaef
commit
97725a755f
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ typedef struct cvar_group_s
|
|||
|
||||
cvar_t *Cvar_Get (char *var_name, char *value, int flags, char *groupname);
|
||||
|
||||
void Cvar_LockFromServer(cvar_t *var, char *str);
|
||||
|
||||
void Cvar_Register (cvar_t *variable, char *cvargroup);
|
||||
// registers a cvar that allready has the name, string, and optionally the
|
||||
|
|
Loading…
Reference in a new issue