| 103 | void NetHackQtWindow::StartMenu(bool using_WIN_INVEN UNUSED) |
| 104 | { puts("unexpected StartMenu"); } |
| 105 | void NetHackQtWindow::AddMenu(int glyph UNUSED, const ANY_P* identifier UNUSED, |
| 106 | char ch UNUSED, char gch UNUSED, int attr UNUSED, int clr UNUSED, |
| 107 | const QString& str UNUSED, unsigned itemflags UNUSED) |
| 108 | { puts("unexpected AddMenu"); } |
| 109 | void NetHackQtWindow::EndMenu(const QString& prompt UNUSED) { puts("unexpected EndMenu"); } |
| 110 | int NetHackQtWindow::SelectMenu(int how UNUSED, MENU_ITEM_P **menu_list UNUSED) |
| 111 | { puts("unexpected SelectMenu"); return 0; } |