first working fetch

This commit is contained in:
2020-06-01 20:59:24 -07:00
parent 98e9bc5e70
commit c215c1d6e0
10 changed files with 4091 additions and 5 deletions

3
ncac.h
View File

@@ -10,4 +10,7 @@ static void finish(int sig);
* Sets up ncurses and internal data structures
*/
static void setup();
void get_me(int *curs_x, int *curs_y);
#endif // _NCAC_H_