summaryrefslogtreecommitdiff
path: root/web/web_control.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-09 23:39:12 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-09 23:39:12 -0700
commit90b5ca5e47f0fda21f8da6cb9857a35e0f4730a3 (patch)
tree05c3bae5829fcdcc5df2bebd36c504efea974494 /web/web_control.h
parent1def0d71449f95c1fb609053b84a92e8adbb0eb1 (diff)
downloaddartboat-90b5ca5e47f0fda21f8da6cb9857a35e0f4730a3.tar.gz
dartboat-90b5ca5e47f0fda21f8da6cb9857a35e0f4730a3.tar.xz
web: allow selection of starting points and user to throw first
This new option selection code is a bit messy for now. It requires the options and their order to be in sync between the prompt functions and the corresponding submit functions. There's also a bit too much repetition of generic code that's applicable to all options.
Diffstat (limited to 'web/web_control.h')
-rw-r--r--web/web_control.h3
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);