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

Function main

Tools/RCONClient/RCONClient.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323int main(int argc, char * argv[])
324{
325 // This redirection function is only so that debugging the program is easier in MSVC - when RealMain exits, it's still possible to place a breakpoint
326 int res = RealMain(argc, argv);
327 return res;
328}
329
330
331

Callers

nothing calls this directly

Calls 1

RealMainFunction · 0.85

Tested by

no test coverage detected