diff options
Diffstat (limited to 'view.c')
-rw-r--r-- | view.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#include "7w.h" + +void print_wonder(int x, int y, int player, int cursor); +void io_printcard(int x, int y, int era, int card); +void io_printhand(int x, int y, int player, int cursor); +void io_clearscreen(); +int data_numplayers(); + +void view_refresh(int focus, int cursor) +{ + +} |