------------------------------------------------------------------------------------------------
| 221 | |
| 222 | // ------------------------------------------------------------------------------------------------ |
| 223 | const aiScene *aiImportFileFromMemory( |
| 224 | const char *pBuffer, |
| 225 | unsigned int pLength, |
| 226 | unsigned int pFlags, |
| 227 | const char *pHint) { |
| 228 | return aiImportFileFromMemoryWithProperties(pBuffer, pLength, pFlags, pHint, nullptr); |
| 229 | } |
| 230 | |
| 231 | // ------------------------------------------------------------------------------------------------ |
| 232 | const aiScene *aiImportFileFromMemoryWithProperties( |