home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d058 / bigview.lha / BigView / iff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-03-17  |  234 b   |  12 lines

  1. /* iff.h; NewZAP support routines; (c) 1986-87 DJH */
  2.  
  3. #define LOWIDTH  376 /* includes OVERSCAN! */
  4. #define LOHEIGHT 242
  5. #define MAXCOLORS 32
  6.  
  7. struct PicMap {
  8.   long ViewModes;
  9.   UWORD colormap[MAXCOLORS];
  10.   struct BitMap BitMap;
  11. };
  12.