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

Function main

outdated/win/Qt3/tileedit.cpp:404–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402};
403
404main(int argc, char** argv)
405{
406 QApplication app(argc,argv);
407 Main m;
408 app.setMainWidget(&m);
409 m.show();
410 return app.exec();
411}
412
413#include "tileedit.moc"

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected