MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / main

Function main

main.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include <QApplication>
24
25int main(int argc, char *argv[])
26{
27 QApplication a(argc, argv);
28 MainWindow w;
29 w.show();
30
31 return a.exec();
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected