HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FBX_AllocWrapper.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: FBX_AllocWrapper.h (FBX Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __FBX_ALLOCWRAPPER_H_INCLUDED__
13 #define __FBX_ALLOCWRAPPER_H_INCLUDED__
14 
15 #include "FBX_API.h"
16 
17 /// Wrap the standard memory allocation methods used in FBX with ones that
18 /// guarantee 16-byte alignment
19 FBX_API extern void FBXwrapAllocators();
20 
21 #endif
#define FBX_API
Definition: FBX_API.h:10
FBX_API void FBXwrapAllocators()