00001 /**************************************************************************//***************************************************************************/ 00013 00014 #ifndef ___SimplestarDX10_SimpleDX10_TypeDef_H___ 00015 #define ___SimplestarDX10_SimpleDX10_TypeDef_H___ 00016 00017 //------------------------------------------------------------------------ 00018 // Type Definitions 00019 //------------------------------------------------------------------------ 00020 00021 namespace Simplestar 00022 { 00024 typedef enum SMPLDX10_VERTEX_FORMAT 00025 { 00026 SMPL_FORMAT_UNKNOWN = 0, 00027 SMPL_FORMAT_POS3_COL4, 00028 00029 SMPL_FORMAT_NUM 00030 }; 00031 } 00032 00033 #endif // ___SimplestarDX10_SimpleDX10_TypeDef_H___ 00034 00035 //**************************************************************************** 00036 // End Of File. 00037 //