summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-04-03 13:51:24 +0200
committerPaweł Redman <pawel.redman@gmail.com>2015-04-03 13:51:24 +0200
commitf639515054b2122c7166793f7c0a0a751087209f (patch)
treef0664d6ea1037f93450e5e53b8ecb5060226c170 /src/cgame/cg_local.h
parent0d5460522ba3651da1ed5630f7f8a784c5eb6514 (diff)
Make health bars customizable with cvars.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index bb38c41..83cac63 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -1610,6 +1610,9 @@ extern vmCvar_t cg_viewQuakeLimit;
extern vmCvar_t cg_damageBlobSize;
extern vmCvar_t cg_damageBlobAlpha;
+extern vmCvar_t cg_healthBarSize;
+extern vmCvar_t cg_healthBarAlpha;
+
//
// cg_main.c
//