task list woo

This commit is contained in:
2020-06-06 09:21:23 -07:00
parent 3e414e62a8
commit b4d90769ba
4 changed files with 100 additions and 23 deletions

1
ncac.h
View File

@@ -13,4 +13,5 @@ static void setup();
void get_me(int *curs_x, int *curs_y);
void get_my_tasks(int *curs_x, int *curs_y);
#endif // _NCAC_H_