summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tak.h b/include/tak.h
index 0a6fcf1..6773bcd 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -26,10 +26,10 @@ uint8_t board_size;
data_t celldat[36];
colour_stack_t colours[36];
enum COLOUR current_colour;
-uint8_t white_flats, black_flats, white_caps, black_caps, turn;
+uint8_t white_flats, black_flats, white_caps, black_caps, ply;
void reset_state(const uint8_t new_board_size);
-void next_turn(void);
+void next_ply(void);
enum E_RESULT
try_place(const int8_t location, const enum COLOUR colour,