| 719 | } |
| 720 | |
| 721 | BFP_EXPORT void BFP_CALLTYPE BfpSystem_FatalError(const char* error, const char* title) |
| 722 | { |
| 723 | BFP_ERRPRINTF("%s\n", error); |
| 724 | fflush(stderr); |
| 725 | Crashed(); |
| 726 | } |
| 727 | |
| 728 | BFP_EXPORT void BFP_CALLTYPE BfpSystem_GetCommandLine(char* outStr, int* inOutStrSize, BfpSystemResult* outResult) |
| 729 | { |
no test coverage detected