Add facility to describe cvars

This commit is contained in:
Tim Angus 2014-09-26 14:29:51 +01:00
parent f9c202f83e
commit f83334d81b
6 changed files with 29 additions and 0 deletions

View file

@ -3237,6 +3237,7 @@ void CL_InitRef( void ) {
ri.Cvar_Set = Cvar_Set;
ri.Cvar_SetValue = Cvar_SetValue;
ri.Cvar_CheckRange = Cvar_CheckRange;
ri.Cvar_SetDescription = Cvar_SetDescription;
ri.Cvar_VariableIntegerValue = Cvar_VariableIntegerValue;
// cinematic stuff