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

Method UseRIP

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

void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); }

Source from the content-addressed store, hash-verified

1474void NetHackQtWindow::PrintGlyph(int x,int y,int glyph) { puts("unexpected PrintGlyph"); }
1475//void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); }
1476void NetHackQtWindow::UseRIP(int how, time_t when) { puts("unexpected UseRIP"); }
1477
1478
1479

Callers 1

qt_outripMethod · 0.45

Calls 4

putsFunction · 0.85
formatkillerFunction · 0.85
yyyymmddFunction · 0.85
setLinesMethod · 0.45

Tested by

no test coverage detected