diff options
Diffstat (limited to 'web/web_control.h')
-rw-r--r-- | web/web_control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/web_control.h b/web/web_control.h index ddecac0..19c8719 100644 --- a/web/web_control.h +++ b/web/web_control.h @@ -1,7 +1,8 @@ #ifndef WEB_CONTROL_H #define WEB_CONTROL_H -void start_match(int mode); +void start_match(); +void match_mode_selected(int mode); void end_match(); void user_visit(int points); void user_num_darts(int n); |