extern WINDOW *stdscr,*curscr;

This commit is contained in:
jl777
2019-02-17 01:44:12 -11:00
parent 958365e987
commit 8824e836a7

View File

@@ -860,5 +860,8 @@ extern const char *wood[];
extern int cNWOOD;
extern const char *metal[];
extern int cNMETAL;
extern WINDOW *stdscr,*curscr;
#endif