Compiled atc game. Fixed include file for curses library.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user