MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / main

Function main

projects/uDesigner/source/main.cpp:2792–2802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2790}
2791
2792extern "C" int main(int argc, char **argv) {
2793 if(Initialize() != 0) {
2794 ShowErrorFmt("Failed to initialize!");
2795 return 1;
2796 }
2797
2798 emscripten_set_main_loop(MainLoop, 0, 1);
2799
2800 Finalize();
2801 return 0;
2802}

Callers

nothing calls this directly

Calls 3

ShowErrorFmtFunction · 0.85
InitializeFunction · 0.70
FinalizeFunction · 0.70

Tested by

no test coverage detected