MCPcopy Create free account
hub / github.com/NetHack/NetHack / AddMessageWindow

Method AddMessageWindow

outdated/win/Qt3/qt3_win.cpp:3887–3891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3885}
3886
3887void NetHackQtMainWindow::AddMessageWindow(NetHackQtMessageWindow* window)
3888{
3889 message=window;
3890 ShowIfReady();
3891}
3892
3893void NetHackQtMainWindow::AddMapWindow(NetHackQtMapWindow* window)
3894{

Callers 1

qt3_win.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected