home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 486.lha / Hi-Low_v1.0 / src / bitmaps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-11  |  274 b   |  18 lines

  1. /*
  2.  *
  3.  * Module    : bitmaps.h
  4.  *
  5.  * Description    : Definitions for reading in and processing my bitmap files.
  6.  *
  7.  * Author    : Simon J Raybould.    (sie@fulcrum.bt.co.uk)
  8.  *
  9.  * Date        :  5th September 1990.
  10.  *
  11.  */
  12.  
  13. struct BitMapHeader {
  14.     UBYTE Depth;
  15.     UBYTE Width;
  16.     UBYTE Height;
  17. };
  18.