Qt4: put and get message history

This commit is contained in:
Pasi Kallinen
2017-10-10 22:55:30 +03:00
parent 4dff3a707e
commit 2fcf1ad139
6 changed files with 53 additions and 1 deletions

View File

@@ -866,6 +866,11 @@ void NetHackQtMainWindow::AddMessageWindow(NetHackQtMessageWindow* window)
ShowIfReady();
}
NetHackQtMessageWindow * NetHackQtMainWindow::GetMessageWindow()
{
return message;
}
void NetHackQtMainWindow::AddMapWindow(NetHackQtMapWindow2* window)
{