Removed ONLYPUT

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent 4f25f66495
commit 89712fc9dc
8 changed files with 25 additions and 53 deletions

4
ui.h
View file

@ -14,11 +14,7 @@ extern void updateBoard(
extern int askColumn(
const board_t board
#ifndef ONLYPUT
,const move_t move
#endif /* ! ONLYPUT */
);
#ifndef ONLYPUT
extern move_t askMove( void );
#endif /* ! ONLYPUT */