X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fttt-board.h;h=c75c168960f9ebac1e49dfc3f5c0863b82af0cf6;hb=a8a4225c58beea7f86159d91a464ffeef4e3d481;hp=281db32ce1bd4f96294d47d72237f15f13ec818c;hpb=f4c1cfa38a61462efccf86ba37311b44dca3f1cc;p=ttt 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