| 3830 | } |
| 3831 | |
| 3832 | BF_EXPORT void BF_CALLTYPE BlContext_SetOutName(BlContext* blContext, const char* outName) |
| 3833 | { |
| 3834 | blContext->mOutName = outName; |
| 3835 | } |
| 3836 | |
| 3837 | BF_EXPORT void BF_CALLTYPE BlContext_SetEntryPoint(BlContext* blContext, const char* entryPoint) |
| 3838 | { |