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

  1. #ifndef _KEdata_H_
  2. #define _KEdata_H_
  3.  
  4. #include "KEbase.h"
  5.  
  6. enum
  7. {
  8.     DATAKEY_VALUE    = 1000
  9. };
  10.  
  11. #endif