From 9459b7fb563caae520bdf8d11da9b070ebff45e9 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 1 May 2022 10:34:36 -0700 Subject: move valid points check to match file --- match.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'match.h') diff --git a/match.h b/match.h index ef75bac..ce52717 100644 --- a/match.h +++ b/match.h @@ -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 -- cgit v1.2.3-70-g09d2