From 90b5ca5e47f0fda21f8da6cb9857a35e0f4730a3 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 9 May 2022 23:39:12 -0700 Subject: 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. --- web/web_prompt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'web/web_prompt.h') diff --git a/web/web_prompt.h b/web/web_prompt.h index 7887c34..2e4430b 100644 --- a/web/web_prompt.h +++ b/web/web_prompt.h @@ -13,5 +13,6 @@ void prompt_bot_visit(); void prompt_num_darts(); void prompt_end_match(); void prompt_select_mode(); +void prompt_match_opts(); #endif -- cgit v1.2.3-70-g09d2