| 3824 | } |
| 3825 | |
| 3826 | BF_EXPORT bool BF_CALLTYPE BlContext_Link(BlContext* blContext) |
| 3827 | { |
| 3828 | blContext->Link(); |
| 3829 | return !blContext->mFailed; |
| 3830 | } |
| 3831 | |
| 3832 | BF_EXPORT void BF_CALLTYPE BlContext_SetOutName(BlContext* blContext, const char* outName) |
| 3833 | { |