diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-21 16:36:36 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-21 16:36:36 -0700 |
commit | c4c7913d5c48958732f645c8a3edb57c9004dd30 (patch) | |
tree | 9f1a04efa3fa1e95793bd710bfb583b8469ae2c0 /web/web_match.h | |
parent | e7a2e5e24bf0523fb49a3ce07e3eb96d1fd5aea2 (diff) | |
download | dartboat-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.h | 1 |
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(); |