MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / main

Function main

Source/stdafx.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32const char gPathSeperator = '/';
33
34int main(int argc, char *argv[]) {
35 auto result = start(argc, argv);
36 if (result == -1) {
37 std::cout << "Press enter to continue\n";
38 std::cin.get();
39 }
40
41 return result;
42}
43
44/**
45 *

Callers

nothing calls this directly

Calls 2

startFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected