------------------------------------------------------------------------------------------------ Get Assimp patch version
| 64 | // ------------------------------------------------------------------------------------------------ |
| 65 | // Get Assimp patch version |
| 66 | ASSIMP_API unsigned int aiGetVersionPatch() { |
| 67 | return VER_PATCH; |
| 68 | } |
| 69 | |
| 70 | // ------------------------------------------------------------------------------------------------ |
| 71 | // Get Assimp minor version |