home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 351.lha / iff2c_v0.30 / src / iff2c.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-28  |  364 b   |  9 lines

  1. #define PRINT_COMMENTS  0x01        /* User flags:        */
  2. #define PRINT_IMAGE     0x02        /* Set or unset these */
  3. #define PRINT_DATA      0x04        /* when  calling      */
  4. #define COMPUTE_ONOFF   0x08        /* BMap2c()           */
  5. #define STATIC_DATA     0x10
  6. #define SPRITE_HEADER   0x20
  7. #define LATTICE_CHIP    0x40        /* add 'chip' keyword */
  8.  
  9.