Go to
the documentation of this file.
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef FBXFILESDK_FBXFILESDK_VERSION_H
00013 #define FBXFILESDK_FBXFILESDK_VERSION_H
00014
00015
00016 #define FBXSDK_VERSION_MAJOR 2012
00017 #define FBXSDK_VERSION_MINOR 1
00018 #define FBXSDK_VERSION_POINT 0
00019
00020 #define FBXSDK_VERSION_REVISION 20110110
00021
00022
00023 #define FBXSDK_DEF_TO_STR(x) #x
00024
00025 #if FBXSDK_VERSION_POINT == 0
00026 #define FBXSDK_VER_TO_STR(a, b, c) FBXSDK_DEF_TO_STR(a.b)
00027 #else
00028 #define FBXSDK_VER_TO_STR(a, b, c) FBXSDK_DEF_TO_STR(a.b.c)
00029 #endif
00030
00031
00032 #define FBXSDK_VERSION_STRING FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT)
00033
00034
00035 #define FBXSDK_NAMESPACE fbxsdk_2012_1
00036
00037 #endif