home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / 3d / bodypaint / BodyPaint_3D_Demo.exe / resource / res / description / BPlayerbmp.h < prev    next >
C/C++ Source or Header  |  2003-04-09  |  253b  |  15 lines

  1. #ifndef _BPLAYERBMP_H_
  2. #define _BPLAYERBMP_H_
  3.  
  4. #include "BPlayer.h"
  5.  
  6. enum
  7. {
  8.     // object properties
  9.     ID_PAINTLAYERBMP_OFFSET_X            = 3000,
  10.     ID_PAINTLAYERBMP_OFFSET_Y            = 3001,
  11.     ID_PAINTLAYERBMP_MODE                    = 3002,
  12.     ID_PAINTLAYERBMP_END
  13. };
  14.  
  15. #endif