| 1465 | bool NetHackQtWindow::Destroy() { return TRUE; } |
| 1466 | void NetHackQtWindow::CursorTo(int x,int y) { puts("unexpected CursorTo"); } |
| 1467 | void NetHackQtWindow::PutStr(int attr, const char* text) { puts("unexpected PutStr"); } |
| 1468 | void NetHackQtWindow::StartMenu() { puts("unexpected StartMenu"); } |
| 1469 | void NetHackQtWindow::AddMenu(int glyph, const ANY_P* identifier, char ch, char gch, int attr, |
| 1470 | const char* str, unsigned itemflags) { puts("unexpected AddMenu"); } |
no test coverage detected