home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 108.lha / Life / Sources / life.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-20  |  144 b   |  6 lines

  1. #define HSIZE (320)
  2. #define MODULO ((HSIZE + 15)/16)*16
  3. #define HWORDS (MODULO / 16)
  4. #define VSIZE (190)
  5. #define RASTSIZE (MODULO / 16 * VSIZE)
  6.