| 880 | |
| 881 | #if defined CC_BUILD_MOBILE |
| 882 | cc_result Process_StartGame2(const cc_string* args, int numArgs) { |
| 883 | return SetGameArgs(args, numArgs); |
| 884 | } |
| 885 | #else |
| 886 | static cc_result Process_RawStart(const char* path, char** argv) { |
| 887 | pid_t pid = fork(); |
nothing calls this directly
no test coverage detected