| 503 | } |
| 504 | |
| 505 | int NetHackQtBind::qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list) |
| 506 | { |
| 507 | NetHackQtWindow* window=id_to_window[(int)wid]; |
| 508 | return window->SelectMenu(how,menu_list); |
| 509 | } |
| 510 | |
| 511 | void NetHackQtBind::qt_update_inventory(int arg UNUSED) |
| 512 | { |
nothing calls this directly
no test coverage detected