summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 63ad37f7..4aa4eee2 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -891,6 +891,8 @@ void SB_Drawer(void);
// MENU (MN_menu.c)
//-----------------
+extern boolean MenuActive;
+
void MN_Init(void);
void MN_ActivateMenu(void);
void MN_DeactivateMenu(void);