Merge branch 'games' of https://github.com/RetroBSD/retrobsd into games

This commit is contained in:
Sergey
2014-05-09 21:01:09 -07:00
16 changed files with 452 additions and 441 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.