| 4762 | } |
| 4763 | |
| 4764 | void NetHackQtBind::qt_putstr(winid wid, int attr, const char *text) |
| 4765 | { |
| 4766 | NetHackQtWindow* window=id_to_window[wid]; |
| 4767 | window->PutStr(attr,text); |
| 4768 | } |
| 4769 | |
| 4770 | void NetHackQtBind::qt_display_file(const char *filename, BOOLEAN_P must_exist) |
| 4771 | { |