diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-16 02:19:46 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-16 02:19:46 -0700 |
commit | 03bbcf1bf6be002dde3463c2370c11b2c7e38732 (patch) | |
tree | e75d4d85b0203927df73fb354227c53f95e5d5b0 /web/web_control.h | |
parent | 6a5cc149d373354941d046d3b3d851901fb4caf3 (diff) | |
download | dartboat-03bbcf1bf6be002dde3463c2370c11b2c7e38732.tar.gz dartboat-03bbcf1bf6be002dde3463c2370c11b2c7e38732.tar.xz |
web: clean up properly when match is ended while comp is throwing
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(); |