home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / ImageLib / Image_lib / lib_source / chunkytobm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-25  |  194 b   |  14 lines

  1. struct NewBitMap
  2. {
  3.   UWORD BytesPerRow;
  4.   UWORD Rows;
  5.   UBYTE Flags;
  6.   UBYTE Depth;
  7.   UWORD pad;
  8.   PLANEPTR Planes[8];
  9.   WORD ColorTab[256];
  10.   UWORD Width;
  11.   UWORD Height;
  12.   UBYTE NumColors;
  13. };
  14.