------------------------------------------------------------------------------------------------
| 109 | |
| 110 | // ------------------------------------------------------------------------------------------------ |
| 111 | ASSIMP_API unsigned int aiGetVersionRevision() { |
| 112 | return GitVersion; |
| 113 | } |
| 114 | |
| 115 | // ------------------------------------------------------------------------------------------------ |
| 116 | ASSIMP_API const char *aiGetBranchName() { |
no outgoing calls
no test coverage detected