closes https://github.com/assimp/assimp/issues/1574: add API to get name of current branch.

This commit is contained in:
Kim Kulling
2018-01-06 21:52:58 +01:00
parent e8fffb7815
commit abc01bcdf0
3 changed files with 15 additions and 0 deletions

View File

@@ -111,6 +111,10 @@ ASSIMP_API unsigned int aiGetVersionRevision() {
return GitVersion;
}
ASSIMP_API const char *aiGetBranchName() {
return GitBranch;
}
// ------------------------------------------------------------------------------------------------
ASSIMP_API aiScene::aiScene()
: mFlags(0)