summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Hud.h')
-rw-r--r--src/render/Hud.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Hud.h b/src/render/Hud.h
index 72d3c6ad..242acea8 100644
--- a/src/render/Hud.h
+++ b/src/render/Hud.h
@@ -5,4 +5,6 @@ class CHud
public:
static void Draw(void);
static void DrawAfterFade(void);
+
+ static bool &m_Wants_To_Draw_Hud;
};