summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-23 23:15:34 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-23 23:15:34 -0700
commit85c101979a181a76e6250fb1abb75216e08384a3 (patch)
tree00985c1d0823581376672107eab5345a31ff0443 /web/web_match.h
parentee146e45b9ccc7f3b5dfd34973df538a42772b84 (diff)
downloaddartboat-85c101979a181a76e6250fb1abb75216e08384a3.tar.gz
dartboat-85c101979a181a76e6250fb1abb75216e08384a3.tar.xz
move more match logic from web to lib
Diffstat (limited to 'web/web_match.h')
-rw-r--r--web/web_match.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/web_match.h b/web/web_match.h
index 04664f4..c2a4d5a 100644
--- a/web/web_match.h
+++ b/web/web_match.h
@@ -33,9 +33,6 @@ void match_opts_add_player(enum player_type type, char *name);
void match_opts_remove_player(int pn);
void match_opts_free();
-struct leg *state_active_leg();
-
bool match_player_is_comp(int pn);
-bool match_first_user_has_thrown();
#endif