aboutsummaryrefslogtreecommitdiff
path: root/src/structure.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-11 19:18:53 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-17 14:57:28 +0300
commit58fdd68496e369558dcba53361563dadae7e37a6 (patch)
tree7a17f51a64658886b2ebb8f7723e1a6dcbe0bc4e /src/structure.h
parent0333b7fa851e222c4a4d183ef9ae6d6dab7559cb (diff)
downloadcarcassonne-engine-c-master.tar.gz
feat: return meeples home on structure completionHEADmaster
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);