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

  1. #ifndef _STOPTAG__H_
  2. #define _STOPTAG__H_
  3.  
  4. enum
  5. {
  6.     STOPTAG_GENERATOR                        = 1000,
  7.     STOPTAG_MODIFIER                        = 1001
  8. };
  9.  
  10. #endif
  11.  
  12.