Wish.cpp won’t compile on windows anymore.
wish.cpp: In member function ‘void game::wish()’:
wish.cpp:192:43: error: ‘mvgetch’ was not declared in this scope
wish.cpp:207:7: error: ‘echo’ was not declared in this scope
wish.cpp:208:16: error: ‘getnstr’ was not declared in this scope
make: *** [obj/wish.o] Error 1
The undeclared functions appear to be part of the curses library, but not part of catacurse.cpp.