diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-21 00:52:50 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-21 00:52:50 -0700 |
commit | dc7c6379f0ef9db382a5445954a4be37e2ec5640 (patch) | |
tree | 8aaa566b6b0906071659626b1c144be5a2da0c07 /web/web_control.h | |
parent | 6fb1750b923b97a377d6ef8ad4a25b501e65b39d (diff) | |
download | dartboat-dc7c6379f0ef9db382a5445954a4be37e2ec5640.tar.gz dartboat-dc7c6379f0ef9db382a5445954a4be37e2ec5640.tar.xz |
web: reimplement menus as a stack with more shared code
Diffstat (limited to 'web/web_control.h')
-rw-r--r-- | web/web_control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/web_control.h b/web/web_control.h index 19c8719..86e8d2c 100644 --- a/web/web_control.h +++ b/web/web_control.h @@ -2,7 +2,6 @@ #define WEB_CONTROL_H void start_match(); -void match_mode_selected(int mode); void end_match(); void user_visit(int points); void user_num_darts(int n); |