00001 //*************************************************************************************** 00002 // 00003 // File supervisor: Crosswalk team 00004 // 00005 // Copyright 2008 Autodesk, Inc. All rights reserved. 00006 // Use of this software is subject to the terms of the Autodesk license agreement 00007 // provided at the time of installation or download, or which otherwise accompanies 00008 // this software in either electronic or hard copy form. 00009 // 00010 //*************************************************************************************** 00011 00012 // includes all CFTK basic types 00014 00015 #ifndef __SLTYPES_H__ 00016 #define __SLTYPES_H__ 00017 00018 #include "SL_Array.h" 00019 #include "SL_Bool.h" 00020 #include "SL_Byte.h" 00021 #include "SL_Int.h" 00022 #include "SL_Double.h" 00023 #include "SL_Float.h" 00024 #include "SL_String.h" 00025 #include "SL_Long.h" 00026 #include "SL_Short.h" 00027 #include "SL_ULong.h" 00028 #include "SL_Variant.h" 00029 #include "SL_Enum.h" 00030 #include "ColorRGB.h" 00031 #include "ColorRGBA.h" 00032 #include "Vector3D.h" 00033 #include "Matrix4x4.h" 00034 00035 #endif //__SLTYPES_H__