diff options
Diffstat (limited to 'web/web_match.h')
-rw-r--r-- | web/web_match.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/web_match.h b/web/web_match.h index 85fcdbf..8f106fb 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -32,6 +32,8 @@ extern struct match_opts *match_opts; void free_state(); void match_opts_free(); +int match_num_players(); +int match_winning_player(); bool match_is_over(); struct leg *state_active_leg(); |