Added command-line option for setting size of board
This commit is contained in:
parent
e47d63b430
commit
72b6290798
6 changed files with 101 additions and 74 deletions
4
ui.h
4
ui.h
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue