missing stubs for NetHackW.exe

This commit is contained in:
nhmall
2018-05-13 16:42:11 -04:00
parent 0d23e7b44d
commit 2b8ac8af9e

View File

@@ -170,4 +170,14 @@ more()
return;
}
void
nethack_enter_nttty()
{
return;
}
void
set_altkeyhandler(const char *inName)
{
}
#endif /* TTYSTUBS */