Removed all move_t stuff because it was not implemented and anything other than putting got broken in the previous commit
This commit is contained in:
parent
8810175693
commit
355c79bac4
7 changed files with 39 additions and 156 deletions
6
ui.h
6
ui.h
|
|
@ -11,13 +11,9 @@ extern void initBoard(
|
|||
extern void updateBoard(
|
||||
const wins_t wins,
|
||||
const board_t board,
|
||||
const move_t move,
|
||||
const int column
|
||||
);
|
||||
|
||||
extern int askColumn(
|
||||
const board_t board,
|
||||
const move_t move
|
||||
const board_t board
|
||||
);
|
||||
|
||||
extern move_t askMove( void );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue