2 * =====================================================================================
6 * Description: Header for debugging functions
9 * Created: 27/04/2017 13:01:31
13 * Author: Jerome Benoit (fraggle), jerome.benoit@piment-noir.org
14 * Organization: Piment Noir
16 * =====================================================================================
24 #include "constants.h"
27 #define dbg_mvprintw(...) mvprintw(__VA_ARGS__)
29 #define dbg_mvprintw(...) { }
32 void display_array(int base_y
, int base_x
, unsigned int pawn_array
[board_size
][board_size
]);