]> git.cworth.org Git - ttt/blobdiff - src/ttt-board.h
Add a dependency of ttt-client.c on ttt-lex.h to fix the build.
[ttt] / src / ttt-board.h
index c75c168960f9ebac1e49dfc3f5c0863b82af0cf6..8983568731520cb7d9e9028a8f467df482b03055 100644 (file)
@@ -54,6 +54,9 @@ ttt_board_write (ttt_board_t *board, FILE *file);
 ttt_error_t
 ttt_board_make_move (ttt_board_t *board, int move);
 
+ttt_cell_t
+ttt_board_is_won (ttt_board_t *board);
+
 #endif