diff options
Diffstat (limited to 'web/web_match.h')
-rw-r--r-- | web/web_match.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/web_match.h b/web/web_match.h index 56117b5..85fcdbf 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -14,7 +14,6 @@ enum match_mode { struct match_state { enum match_mode mode; struct leg *legs[2]; - struct leg *active_leg; int active_player; int boat_undone; int num_darts; @@ -35,4 +34,6 @@ void match_opts_free(); bool match_is_over(); +struct leg *state_active_leg(); + #endif |