aboutsummaryrefslogtreecommitdiff
path: root/src/structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structure.h')
-rw-r--r--src/structure.h1
1 files changed, 1 insertions, 0 deletions
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);