home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / 3d / bodypaint / BodyPaint_3D_Demo.exe / resource / res / description / Oextrude.h < prev    next >
C/C++ Source or Header  |  2002-05-01  |  235b  |  13 lines

  1. #ifndef _Oextrude_H_
  2. #define _Oextrude_H_
  3.  
  4. enum
  5. {
  6.     EXTRUDEOBJECT_ISOPARM            = 1000,
  7.     EXTRUDEOBJECT_SUB                    = 1001,
  8.     EXTRUDEOBJECT_MOVE                = 1002,
  9.     EXTRUDEOBJECT_FLIPNORMALS    = 1003,
  10.     EXTRUDEOBJECT_HIERARCHIC    = 1004
  11. };
  12.  
  13. #endif