From 922eef24c4ee4116c51eaf175b55f71e94fce6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sat, 28 Mar 2015 17:04:01 -0300 Subject: use coordinates --- include/print.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/print.h') diff --git a/include/print.h b/include/print.h index c17459f..0fcbe3a 100644 --- a/include/print.h +++ b/include/print.h @@ -5,6 +5,11 @@ void print_piece(Piece); void print_square(Square); -void print_board(Board); + +/* + * Pretty print the board. The Color parameter let you choose the + * orientation. Use WHITE for a white player perspective, BLACK otherwise. + */ +void print_board(Board, Color); #endif -- cgit v1.2.3