X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-board.h;h=a4244c0b30ab595e73e509a8328db76adab2992c;hp=dd2b6eb14681ffff1f055eb1da94171e230f67ef;hb=75d32f38216f0d23936f62f85d3a1e45b07d543c;hpb=cce891bb05118330ca609ac989491ad8a2fa7f71;ds=sidebyside diff --git a/src/ttt-board.h b/src/ttt-board.h index dd2b6eb..a4244c0 100644 --- a/src/ttt-board.h +++ b/src/ttt-board.h @@ -22,8 +22,10 @@ #ifndef _TTT_BOARD_H_ #define _TTT_BOARD_H_ +#define TTT_BOARD_MAX_CELLS 9 + typedef struct _ttt_board { - /* XXX: Fill this out with appropriate fields. */ + int cells[TTT_BOARD_MAX_CELLS]; } ttt_board_t; #endif