| 1 | /**************************************************************************************** |
| 2 | |
| 3 | Copyright (C) 2015 Autodesk, Inc. |
| 4 | All rights reserved. |
| 5 | |
| 6 | Use of this software is subject to the terms of the Autodesk license agreement |
| 7 | provided at the time of installation or download, or which otherwise accompanies |
| 8 | this software in either electronic or hard copy form. |
| 9 | |
| 10 | ****************************************************************************************/ |
| 11 | |
| 12 | //! \file fbxsdk_nsbegin.h |
| 13 | #include <fbxsdk/fbxsdk_version.h> |
| 14 | |
| 15 | #if FBXSDK_DEFINE_NAMESPACE == 1 |
| 16 | namespace FBXSDK_NAMESPACE { |
| 17 | #endif |
| 18 | |