Added command-line option for setting size of board

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent e47d63b430
commit 72b6290798
6 changed files with 101 additions and 74 deletions

4
ui.h
View file

@ -4,7 +4,9 @@
#include "types.h"
#include "config.h"
extern void initBoard( void );
extern void initBoard(
const board_t board
);
extern void updateBoard(
const wins_t wins,