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

  1. #ifndef _BPSPLINEGROUP_H_
  2. #define _BPSPLINEGROUP_H_
  3.  
  4. #include "BPspline.h"
  5.  
  6. enum
  7. {
  8.     // object properties
  9.     ID_PAINTSPLINEGROUP_                        = 2000,
  10.  
  11.     ID_PAINTSPLINEGROUP_END
  12. };
  13.  
  14. #endif