00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
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__