diff options
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,4 +23,6 @@ struct leg *leg_init(int points, char *name); void leg_free(struct leg *l); void leg_grow_visits(struct leg *l); +bool is_points_valid(int pts, int rem); + #endif |