------------------------------------------------------------------------------------------------ Get Assimp major version
| 76 | // ------------------------------------------------------------------------------------------------ |
| 77 | // Get Assimp major version |
| 78 | ASSIMP_API unsigned int aiGetVersionMajor() { |
| 79 | return VER_MAJOR; |
| 80 | } |
| 81 | |
| 82 | // ------------------------------------------------------------------------------------------------ |
| 83 | // Get flags used for compilation |
no outgoing calls
no test coverage detected