| 1470 | const char* str, unsigned itemflags) { puts("unexpected AddMenu"); } |
| 1471 | void NetHackQtWindow::EndMenu(const char* prompt) { puts("unexpected EndMenu"); } |
| 1472 | int NetHackQtWindow::SelectMenu(int how, MENU_ITEM_P **menu_list) { puts("unexpected SelectMenu"); return 0; } |
| 1473 | void NetHackQtWindow::ClipAround(int x,int y) { puts("unexpected ClipAround"); } |
| 1474 | void NetHackQtWindow::PrintGlyph(int x,int y,int glyph) { puts("unexpected PrintGlyph"); } |
| 1475 | //void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); } |
no test coverage detected