summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-21 16:36:36 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-21 16:36:36 -0700
commitc4c7913d5c48958732f645c8a3edb57c9004dd30 (patch)
tree9f1a04efa3fa1e95793bd710bfb583b8469ae2c0 /web/web_match.h
parente7a2e5e24bf0523fb49a3ce07e3eb96d1fd5aea2 (diff)
downloaddartboat-c4c7913d5c48958732f645c8a3edb57c9004dd30.tar.gz
dartboat-c4c7913d5c48958732f645c8a3edb57c9004dd30.tar.xz
web: add support for custom matchesmulti
Diffstat (limited to 'web/web_match.h')
-rw-r--r--web/web_match.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_match.h b/web/web_match.h
index 0a5a71d..8fb2056 100644
--- a/web/web_match.h
+++ b/web/web_match.h
@@ -40,6 +40,7 @@ void match_add_player(int start_pts, enum player_type type, char *name);
void free_state();
void match_opts_new();
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();