diff options
Diffstat (limited to 'src/structure.h')
-rw-r--r-- | src/structure.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/structure.h b/src/structure.h new file mode 100644 index 0000000..420c705 --- /dev/null +++ b/src/structure.h @@ -0,0 +1,8 @@ +#pragma once +#include "tile.h" + +#define MAX_STRUCTURES 100 + +void traverse_structure(int group, int index, BoardUnit* board); +void refresh_structure_groups(BoardUnit* board); +int evaluate_structure(int index, BoardUnit* board); |