closes https://github.com/assimp/assimp/issues/1574: add API to get name of current branch.
This commit is contained in:
@@ -111,6 +111,10 @@ ASSIMP_API unsigned int aiGetVersionRevision() {
|
||||
return GitVersion;
|
||||
}
|
||||
|
||||
ASSIMP_API const char *aiGetBranchName() {
|
||||
return GitBranch;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
ASSIMP_API aiScene::aiScene()
|
||||
: mFlags(0)
|
||||
|
||||
Reference in New Issue
Block a user