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

Function aiGetVersionMinor

code/Common/Version.cpp:72–74  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get Assimp minor version

Source from the content-addressed store, hash-verified

70// ------------------------------------------------------------------------------------------------
71// Get Assimp minor version
72ASSIMP_API unsigned int aiGetVersionMinor() {
73 return VER_MINOR;
74}
75
76// ------------------------------------------------------------------------------------------------
77// Get Assimp major version

Callers 9

mainFunction · 0.85
TEST_FFunction · 0.85
WriteHeaderExtensionMethod · 0.85
ExportMetadataMethod · 0.85
PlyExporterMethod · 0.85
ExportMetadataMethod · 0.85
WriteHeaderMethod · 0.85
WriteDumpFunction · 0.85
Importer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected