Go to the documentation of this file.
47 #ifndef AI_VERSION_H_INC
48 #define AI_VERSION_H_INC
98 #define ASSIMP_CFLAGS_SHARED 0x1
99 #define ASSIMP_CFLAGS_STLPORT 0x2
101 #define ASSIMP_CFLAGS_DEBUG 0x4
105 #define ASSIMP_CFLAGS_NOBOOST 0x8
106 #define ASSIMP_CFLAGS_SINGLETHREADED 0x10
108 #define ASSIMP_CFLAGS_DOUBLE_SUPPORT 0x20
121 #endif // !! #ifndef AI_VERSION_H_INC
ASSIMP_API unsigned int aiGetVersionPatch(void)
Returns the current patch version number of Assimp.
ASSIMP_API unsigned int aiGetVersionRevision(void)
Returns the repository revision of the Assimp runtime.
ASSIMP_API const char * aiGetLegalString(void)
Returns a string with legal copyright and licensing information about Assimp. The string may include ...
ASSIMP_API const char * aiGetBranchName()
Returns the branch-name of the Assimp runtime.
ASSIMP_API unsigned int aiGetCompileFlags(void)
Returns assimp's compile flags.
ASSIMP_API unsigned int aiGetVersionMinor(void)
Returns the current minor version number of Assimp.
ASSIMP_API unsigned int aiGetVersionMajor(void)
Returns the current major version number of Assimp.
Assimp build configuration setup. See the notes in the comment blocks to find out how to customize yo...