Improve the debug printing function:
[Project_algorithmic_C.git] / lib / debug.h
index e87809de4f6109f180f8d4144bca845ee0552f1e..b8327fff6ae50fd36c4fd983ffbd8344177419d2 100644 (file)
@@ -22,7 +22,8 @@
 #include <ncurses.h>
 
 #include "constants.h"
+
+void dbg_mvprintw(int y, int x, const char* debug_text, ...);
 void display_array(int base_y, int base_x, unsigned int pawn_array[board_size][board_size]);
 
 #endif /* DEBUG_H */