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

  1. #ifndef _SEVALUE_H_
  2. #define _SEVALUE_H_
  3.  
  4.  
  5. enum
  6. {
  7.     ID_COMPENSATE   = 1000,
  8.         
  9.     VAL_DUM
  10. };
  11.  
  12. #endif
  13.  
  14.