summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu_msg.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-28 10:53:07 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-28 10:53:07 (GMT)
commit431acccc4c3bd40a9b451dc41f5d390f35906d10 (patch)
treed9fb84ab569717c22d6099a154f77b72be1a021d /matchblox/menu/menu_msg.h
parent46ea014a2a53deeb0f6d6a959fe0d3f635a63219 (diff)
download2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.zip
2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.tar.gz
2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.tar.bz2
final menu handlers
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);