| 3802 | } |
| 3803 | |
| 3804 | BF_EXPORT void BF_CALLTYPE BlContext_Delete(BlContext* blContext) |
| 3805 | { |
| 3806 | BL_AUTOPERF("BlContext_Delete"); |
| 3807 | |
| 3808 | delete blContext; |
| 3809 | } |
| 3810 | |
| 3811 | BF_EXPORT void BF_CALLTYPE BlContext_Init(BlContext* blContext, bool is64Bit, bool isDebug) |
| 3812 | { |