summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-18 15:59:48 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-18 15:59:48 -0700
commitde975396fe9eccd8f54c798b082c3d690b05c524 (patch)
tree75e2c55fa290bd742ecc5643b26d4af4cc0c6823 /web/web_match.h
parentcbbb37271bdfd5b51824f8b5a3ee5354236beff0 (diff)
downloaddartboat-de975396fe9eccd8f54c798b082c3d690b05c524.tar.gz
dartboat-de975396fe9eccd8f54c798b082c3d690b05c524.tar.xz
web: change winning player message
Diffstat (limited to 'web/web_match.h')
-rw-r--r--web/web_match.h2
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();