]> git.cworth.org Git - ttt/blobdiff - src/ttt-board.h
2005-11-28 kevin worth <kevin@theworths.org>
[ttt] / src / ttt-board.h
index c589a7716f211bfbd849dc4110393cc03d7a73ac..e9498ccca87cfc4b4d7e08bd1f90b9a1e4c4d8df 100644 (file)
@@ -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);