| 1462 | // |
| 1463 | void NetHackQtWindow::Clear() { puts("unexpected Clear"); } |
| 1464 | void NetHackQtWindow::Display(bool block) { puts("unexpected Display"); } |
| 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"); } |
no test coverage detected