mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
Add facility to describe cvars
This commit is contained in:
parent
f9c202f83e
commit
f83334d81b
6 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue