From adbdf8a749495e020aa5aebc0e85cc61e010cc78 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 26 Sep 2014 14:29:51 +0100 Subject: Add facility to describe cvars --- src/renderercommon/tr_public.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/renderercommon') diff --git a/src/renderercommon/tr_public.h b/src/renderercommon/tr_public.h index af422b31..995133e9 100644 --- a/src/renderercommon/tr_public.h +++ b/src/renderercommon/tr_public.h @@ -135,6 +135,7 @@ typedef struct { void (*Cvar_Set)( const char *name, const char *value ); void (*Cvar_SetValue) (const char *name, float value); void (*Cvar_CheckRange)( cvar_t *cv, float minVal, float maxVal, qboolean shouldBeIntegral ); + void (*Cvar_SetDescription)( cvar_t *cv, const char *description ); int (*Cvar_VariableIntegerValue) (const char *var_name); -- cgit