| 1700 | } |
| 1701 | |
| 1702 | BF_EXPORT int BF_CALLTYPE Debugger_GetOutputFilterFlags() |
| 1703 | { |
| 1704 | if (gDebugManager != NULL) |
| 1705 | { |
| 1706 | return (int)gDebugManager->GetOutputFilterFlags(); |
| 1707 | } |
| 1708 | |
| 1709 | return 0; |
| 1710 | } |
| 1711 | |
| 1712 | BF_EXPORT NetResult* HTTP_GetFile(char* url, char* destPath) |
| 1713 | { |
nothing calls this directly
no test coverage detected