------------------------------------------------------------------------------------------------
| 172 | |
| 173 | // ------------------------------------------------------------------------------------------------ |
| 174 | const aiScene *aiImportFileEx(const char *pFile, unsigned int pFlags, aiFileIO *pFS) { |
| 175 | return aiImportFileExWithProperties(pFile, pFlags, pFS, nullptr); |
| 176 | } |
| 177 | |
| 178 | // ------------------------------------------------------------------------------------------------ |
| 179 | const aiScene *aiImportFileExWithProperties(const char *pFile, unsigned int pFlags, |
no test coverage detected