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

  1. #ifndef _KEPLA_H_
  2. #define _KEPLA_H_
  3.  
  4. enum
  5. {
  6.     PLA_BIAS    = 10002, // real
  7.     PLA_CUBIC    = 10003, // bool
  8.  
  9.     PLA_DUMMY
  10. };
  11.  
  12. #endif
  13.