diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-11 19:18:53 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-17 14:57:28 +0300 |
commit | 58fdd68496e369558dcba53361563dadae7e37a6 (patch) | |
tree | 7a17f51a64658886b2ebb8f7723e1a6dcbe0bc4e /src/structure.h | |
parent | 0333b7fa851e222c4a4d183ef9ae6d6dab7559cb (diff) | |
download | carcassonne-engine-c-58fdd68496e369558dcba53361563dadae7e37a6.tar.gz |
Diffstat (limited to 'src/structure.h')
-rw-r--r-- | src/structure.h | 1 |
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); |