Fix to the const definition
[Project_algorithmic_C.git] / lib / ui.h
index 291507808fb91c624964f7e074efeedf5d762b1f..ad32628042a00fc7f21ec044163fdbdd1359dc66 100644 (file)
--- a/lib/ui.h
+++ b/lib/ui.h
 #ifndef UI_H
 #define UI_H
 
+#include "constants.h"
+
 /* ncurses printing */
 void print_board(int y, int x);
+void print_pawns(int pawn_array[board_size][board_size]);
 
 /* non ncurses printing */