| 4694 | } |
| 4695 | |
| 4696 | BF_EXPORT void BF_CALLTYPE BfProject_AddDependency(BfProject* bfProject, BfProject* depProject) |
| 4697 | { |
| 4698 | bfProject->mDependencies.push_back(depProject); |
| 4699 | } |
| 4700 | |
| 4701 | BF_EXPORT void BF_CALLTYPE BfProject_SetDisabled(BfProject* bfProject, bool disabled) |
| 4702 | { |
no test coverage detected