| 4839 | } |
| 4840 | |
| 4841 | int NetHackQtBind::qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list) |
| 4842 | { |
| 4843 | NetHackQtWindow* window=id_to_window[wid]; |
| 4844 | return window->SelectMenu(how,menu_list); |
| 4845 | } |
| 4846 | |
| 4847 | void NetHackQtBind::qt_update_inventory() |
| 4848 | { |
nothing calls this directly
no test coverage detected