diff options
Diffstat (limited to 'web/web_control.h')
-rw-r--r-- | web/web_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_control.h b/web/web_control.h index 19c8719..738f3eb 100644 --- a/web/web_control.h +++ b/web/web_control.h @@ -1,6 +1,7 @@ #ifndef WEB_CONTROL_H #define WEB_CONTROL_H +void clear_scheduled(); void start_match(); void match_mode_selected(int mode); void end_match(); |