Compiled atc game. Fixed include file for curses library.

This commit is contained in:
Serge Vakulenko
2014-04-23 20:02:02 -07:00
parent 8d5a6f60b1
commit 3942e87cd1
16 changed files with 454 additions and 443 deletions

View File

@@ -181,6 +181,8 @@ int waddstr (WINDOW *, char *);
int wgetstr (WINDOW *, char *);
int wdeleteln (WINDOW *);
void mvcur(int ly, int lx, int y, int x);
void overwrite(WINDOW *win1, WINDOW *win2);
void wclrtobot(WINDOW *win);
/*
* Used to be in unctrl.h.