X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-board.h;h=e9498ccca87cfc4b4d7e08bd1f90b9a1e4c4d8df;hp=c589a7716f211bfbd849dc4110393cc03d7a73ac;hb=add37ecc4ee6485d9f91f95f1c983abf867da2c6;hpb=f7ebfb444c9b58e01c861431c762a32b14af1f99 diff --git a/src/ttt-board.h b/src/ttt-board.h index c589a77..e9498cc 100644 --- a/src/ttt-board.h +++ b/src/ttt-board.h @@ -26,9 +26,7 @@ #define TTT_BOARD_MAX_CELLS 9 -typedef struct ttt_board { - int cells[TTT_BOARD_MAX_CELLS]; -} ttt_board_t; +typedef struct _ttt_board ttt_board_t; void ttt_board_init (ttt_board_t *board);