diff options
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(); |