X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fdebug.h;h=b8327fff6ae50fd36c4fd983ffbd8344177419d2;hb=21e06607a012704bed3c3b009fa76c4a7f973887;hp=8d4d3b9d945911b4aefcf7d8e32f010f6dfcbbfa;hpb=a80646b74eca11c71696dedeb674870437c5bb6f;p=Project_algorithmic_C.git diff --git a/lib/debug.h b/lib/debug.h index 8d4d3b9..b8327ff 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -16,6 +16,14 @@ * ===================================================================================== */ +#ifndef DEBUG_H +#define DEBUG_H + #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 */