summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/menu/menu.h')
-rw-r--r--matchblox/menu/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/matchblox/menu/menu.h b/matchblox/menu/menu.h
index 6a54332..b21e50f 100644
--- a/matchblox/menu/menu.h
+++ b/matchblox/menu/menu.h
@@ -13,6 +13,8 @@ void MenuProcessMessage(void);
void MenuMouseClick(int button, int state, int x, int y);
void MenuMouseMove(int x, int y);
+void MenuOff(void);
+
#ifdef __cplusplus
}
#endif