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

  1. #ifndef _TWWW_H_
  2. #define _TWWW_H_
  3.  
  4. enum
  5. {
  6.     // object properties
  7.     WWWTAG_URL             = 1000, // String
  8.     WWWTAG_INFO            = 1001 // String
  9. };
  10.  
  11. #endif