| 11266 | } |
| 11267 | |
| 11268 | BF_EXPORT bool BF_CALLTYPE BfCompiler_WriteEmitData(BfCompiler* bfCompiler, char* filePath, BfProject* project) |
| 11269 | { |
| 11270 | return bfCompiler->WriteEmitData(filePath, project); |
| 11271 | } |
nothing calls this directly
no test coverage detected