18 #ifndef _FBXSDK_DEFINITION_H_
19 #define _FBXSDK_DEFINITION_H_
53 #define FBX_SAFE_DELETE(p) {FbxDelete(p);(p)=NULL;}
54 #define FBX_SAFE_DELETE_ARRAY(a) {FbxDeleteArray(a);(a)=NULL;}
55 #define FBX_SAFE_DESTROY(p) if(p){(p)->Destroy();(p)=NULL;}
56 #define FBX_SAFE_FREE(p) if(p){FbxFree(p);(p)=NULL;}
Macros to properly support the CRT secure functions.
New operator override templates.
FBX SDK version definition.
Allocation functions definition.
Debugging macros and functions.