Added support for quitting without ^C, and outputting to file

This commit is contained in:
AnnaSnoeijs 2025-06-13 22:51:11 +02:00
parent 6d879da5fa
commit d0c257b310
5 changed files with 68 additions and 23 deletions

4
ui.h
View file

@ -14,6 +14,8 @@ extern void updateBoard(
const columnsint_t column
);
extern int askColumn(
extern columnsint_t askColumn(
const board_t board
);
extern void exit_ui(void);