MCPcopy Create free account
hub / github.com/assimp/assimp / aiGetVersionPatch

Function aiGetVersionPatch

code/Common/Version.cpp:66–68  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get Assimp patch version

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected