From 58fdd68496e369558dcba53361563dadae7e37a6 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 11 Apr 2022 19:18:53 +0300 Subject: feat: return meeples home on structure completion --- src/structure.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/structure.h') diff --git a/src/structure.h b/src/structure.h index 420c705..75566cc 100644 --- a/src/structure.h +++ b/src/structure.h @@ -6,3 +6,4 @@ void traverse_structure(int group, int index, BoardUnit* board); void refresh_structure_groups(BoardUnit* board); int evaluate_structure(int index, BoardUnit* board); +void complete_structures(BoardUnit* board, int* available_meeples); -- cgit v1.2.3