Rev 1 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*names of sections used in BOB1 and CUT1*/#ifndef BOB_NAMES_INCLUDED#define BOB_NAMES_INCLUDED// integer values are in big endian order#define BOB_SECTION_NAME_CUT_BEGIN 0x43555431 // CUT1#define BOB_SECTION_NAME_CUT_END 0x2f435554 // /CU1#define BOB_SECTION_NAME_INFO_BEGIN 0x494e464f // INFO#define BOB_SECTION_NAME_INFO_END 0x2f494e46 // /INF#define BOB_SECTION_NAME_PATH_BEGIN 0x50415448 // PATH#define BOB_SECTION_NAME_PATH_END 0x2f504154 // /PAT#define BOB_SECTION_NAME_NAME_BEGIN 0x4e414d45 // NAME#define BOB_SECTION_NAME_NAME_END 0x2f4e414d // /NAM#define BOB_SECTION_NAME_STAT_BEGIN 0x53544154 // STAT#define BOB_SECTION_NAME_STAT_END 0x2f535441 // /STA#define BOB_SECTION_NAME_NOTE_BEGIN 0x4e4f5445 // NOTE#define BOB_SECTION_NAME_NOTE_END 0x2f4e4f54 // /NOT#define BOB_SECTION_NAME_CONST_BEGIN 0x434f4e53 // CONS#define BOB_SECTION_NAME_CONST_END 0x2f434f4e // /CON#define BOB_SECTION_NAME_BOB_BEGIN 0x424f4231 // BOB1#define BOB_SECTION_NAME_BOB_END 0x2f424f42 // /BOB#define BOB_SECTION_NAME_MAT6_BEGIN 0x4d415436 // MAT6#define BOB_SECTION_NAME_MAT5_BEGIN 0x4d415435 // MAT5#define BOB_SECTION_NAME_MAT_END 0x2f4d4154 // /MAT#define BOB_SECTION_NAME_BODY_BEGIN 0x424f4459 // BODY#define BOB_SECTION_NAME_BODY_END 0x2f424f44 // /BOD#define BOB_SECTION_NAME_POINT_BEGIN 0x504f494e // POIN#define BOB_SECTION_NAME_POINT_END 0x2f504f49 // /POI#define BOB_SECTION_NAME_PART_BEGIN 0x50415254 // PART#define BOB_SECTION_NAME_PART_END 0x2f504152 // /PAR#define BOB_SECTION_NAME_BONE_BEGIN 0x424f4e45 // BONE#define BOB_SECTION_NAME_BONE_END 0x2f424f4e // /BON#define BOB_SECTION_NAME_WEIGHT_BEGIN 0x57454947 // WEIG#define BOB_SECTION_NAME_WEIGHT_END 0x2f574549 // /WEI#endif // !defined(BOB_NAMES_INCLUDED)