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

  1. #ifndef _Ttargetexpression_H_
  2. #define _Ttargetexpression_H_
  3.  
  4. enum
  5. {
  6.     TARGETEXPRESSIONTAG_LINK            = 1001 // ObjectLink
  7. };
  8.  
  9. #endif
  10.  
  11.