Properly implement the validation of a shot and reverse or flip the
[Project_algorithmic_C.git] / lib / debug.h
index eb6c64eb9aa38a308ef8ec33e83d70ade74d4dbe..8d4d3b9d945911b4aefcf7d8e32f010f6dfcbbfa 100644 (file)
@@ -18,4 +18,4 @@
 
 #include <ncurses.h>
 
-void dbg_mvprintw(int base_y, int base_x, const char* fmt, va_list varglist);
+void display_array(int base_y, int base_x, unsigned int pawn_array[board_size][board_size]);