X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdebug.h;fp=lib%2Fdebug.h;h=b8327fff6ae50fd36c4fd983ffbd8344177419d2;hb=21e06607a012704bed3c3b009fa76c4a7f973887;hp=e87809de4f6109f180f8d4144bca845ee0552f1e;hpb=658c6acc5900678d8f2a4a31acb407b027c90f4c;p=Project_algorithmic_C.git diff --git a/lib/debug.h b/lib/debug.h index e87809d..b8327ff 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -22,7 +22,8 @@ #include #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 */