diff options
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#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 + |