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

  1. #ifndef _BPLAYERFOLDER_H_
  2. #define _BPLAYERFOLDER_H_
  3.  
  4. #include "BPlayer.h"
  5.  
  6. enum
  7. {
  8.     // object properties
  9.     ID_PAINTLAYERFOLDER_            = 3000,
  10.     ID_PAINTLAYERFOLDER_END
  11. };
  12.  
  13. #endif