summaryrefslogtreecommitdiff
path: root/src/renderercommon
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2014-09-26 14:29:51 +0100
committerTim Angus <tim@ngus.net>2015-03-17 11:38:38 +0000
commitadbdf8a749495e020aa5aebc0e85cc61e010cc78 (patch)
tree057ff4d907d6d35cab3bfe3d2075a9d457d537ba /src/renderercommon
parent16c420899653c908ba78c499d111ea3bd30ece47 (diff)
Add facility to describe cvars
Diffstat (limited to 'src/renderercommon')
-rw-r--r--src/renderercommon/tr_public.h1
1 files changed, 1 insertions, 0 deletions
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);