Implement the helper functions needed to list the playble shots
[Project_algorithmic_C.git] / lib / debug.c
index c7f4dfb48635cd174290557a6397c9d4c3938c62..653207954de9478dab789cbc2aeea90cb6efd9eb 100644 (file)
@@ -32,3 +32,7 @@ void display_array(int base_y, int base_x, unsigned int pawn_array[board_size][b
         }
     }
 }
+
+/* void dbg_mvprintv(int y, int x, ) {
+
+} */