summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/menu/menu_msg.h')
-rw-r--r--matchblox/menu/menu_msg.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/matchblox/menu/menu_msg.h b/matchblox/menu/menu_msg.h
index 9f6dc38..f188b73 100644
--- a/matchblox/menu/menu_msg.h
+++ b/matchblox/menu/menu_msg.h
@@ -9,10 +9,11 @@ struct menu_payload
enum game_actions
{
- ACTION_START = 1,
- ACTION_ABORT = 2,
- ACTION_PAUSE = 4,
- ACTION_RESUME = 8
+ ACTION_START = 1,
+ ACTION_ABORT = 2,
+ ACTION_PAUSE = 4,
+ ACTION_RESUME = 8,
+ ACTION_RECALIBRATE = 16
};
typedef enum GameOption
@@ -26,6 +27,7 @@ void MenuPostMessagePause(void);
void MenuPostMessageResume(void);
void MenuPostMessageStart(void);
void MenuPostMessageAbort(void);
+void MenuPostMessageRecalibrate(void);
void MenuEnableHT(void);
void MenuDisableHT(void);