| 1058 | } |
| 1059 | |
| 1060 | char *NetHackQtBind::qt_getmsghistory(boolean init) |
| 1061 | { |
| 1062 | NetHackQtMessageWindow *window = main->GetMessageWindow(); |
| 1063 | if (window) |
| 1064 | return (char *) window->GetStr((bool) init); |
| 1065 | return NULL; |
| 1066 | } |
| 1067 | |
| 1068 | void NetHackQtBind::qt_putmsghistory(const char *msg, boolean is_restoring) |
| 1069 | { |
nothing calls this directly
no test coverage detected