MCPcopy Index your code
hub / github.com/NetHack/NetHack / Clear

Method Clear

win/Qt/qt_win.cpp:98–98  ·  view source on GitHub ↗

XXX Use "expected ..." for now, abort or default later.

Source from the content-addressed store, hash-verified

96// XXX Use "expected ..." for now, abort or default later.
97//
98void NetHackQtWindow::Clear() { puts("unexpected Clear"); }
99void NetHackQtWindow::Display(bool block UNUSED) { puts("unexpected Display"); }
100bool NetHackQtWindow::Destroy() { return true; }
101void NetHackQtWindow::CursorTo(int x UNUSED,int y UNUSED) { puts("unexpected CursorTo"); }

Callers

nothing calls this directly

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected