X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fdebug.h;h=e87809de4f6109f180f8d4144bca845ee0552f1e;hp=8d4d3b9d945911b4aefcf7d8e32f010f6dfcbbfa;hb=658c6acc5900678d8f2a4a31acb407b027c90f4c;hpb=b5e9ccd0c40a658ea3fc8245b3ada821b248daed diff --git a/lib/debug.h b/lib/debug.h index 8d4d3b9..e87809d 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -16,6 +16,13 @@ * ===================================================================================== */ +#ifndef DEBUG_H +#define DEBUG_H + #include +#include "constants.h" + void display_array(int base_y, int base_x, unsigned int pawn_array[board_size][board_size]); + +#endif /* DEBUG_H */