diff options
Diffstat (limited to 'src/board.h')
-rw-r--r-- | src/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h index 154878c..c9d8153 100644 --- a/src/board.h +++ b/src/board.h @@ -58,3 +58,5 @@ static const char* pieces[] = { void precompute_knight_attack_table(); void print_bitboard(Bitboard bb); int pop_count(Bitboard bb); +void print_board(Board board); +Board parse_FEN(char* FEN); |