Made logic a bit faster for boards with many columns
This commit is contained in:
parent
07e65019bc
commit
a6df3ae0dd
3 changed files with 28 additions and 16 deletions
3
logic.h
3
logic.h
|
|
@ -12,5 +12,6 @@ extern void playMove(
|
|||
|
||||
extern void calcWins(
|
||||
wins_t *wins,
|
||||
const board_t board
|
||||
const board_t board,
|
||||
const int column
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue