X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-board.h;fp=src%2Fttt-board.h;h=c75c168960f9ebac1e49dfc3f5c0863b82af0cf6;hp=281db32ce1bd4f96294d47d72237f15f13ec818c;hb=b90882d3a092c28bdedf84271f1eca8b1744577c;hpb=f4c1cfa38a61462efccf86ba37311b44dca3f1cc diff --git a/src/ttt-board.h b/src/ttt-board.h index 281db32..c75c168 100644 --- a/src/ttt-board.h +++ b/src/ttt-board.h @@ -35,6 +35,7 @@ typedef enum { typedef struct _ttt_board { ttt_cell_t cells[TTT_BOARD_MAX_CELLS]; + ttt_cell_t current_player; } ttt_board_t; void