home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netpbma.zip / pbm / macp.h < prev    next >
C/C++ Source or Header  |  1993-10-04  |  217b  |  13 lines

  1. /* macp.h - header file for MacPaint files
  2. */
  3.  
  4. #ifndef _MACP_H_
  5. #define _MACP_H_
  6.  
  7. #define    HEADER_LENGTH    512
  8. #define    MAX_LINES    720
  9. #define    BYTES_WIDE    72
  10. #define MAX_COLS    576    /* = BYTES_WIDE * 8 */
  11.  
  12. #endif /*_MACP_H_*/
  13.