home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / petzold / chap13 / life.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-20  |  437 b   |  17 lines

  1. /*--------------------
  2.    LIFE.H header file
  3.   --------------------*/
  4.  
  5. #define ID_RESOURCE      1
  6.  
  7. #define IDM_SIZE         10
  8.  
  9. #define IDM_LARGE        1         /* Values used in     */
  10. #define IDM_SMALL        2         /*   in program logic */
  11. #define IDM_TINY         4         /*   for cell size    */
  12.  
  13. #define IDM_CLEAR        20
  14. #define IDM_START        21
  15. #define IDM_STOP         22
  16. #define IDM_STEP         23
  17.