#ifndef UI_H #define UI_H void printrect(int y, int x, int h, int w); void printmap(char** map, int y, int x, int mapH, int mapW); void printpieces(struct piece** hand, int y, int x, int nhand); #endif