/* Program: LIFE.H Author : Kim Moser Date : August 21st, 1992 System : IBM PC / Borland C++ 3.0 / Windows 3.1 Descrip: John Conway's game of LIFE */ // Pop-up "File" items: #define IDM_LOAD 101 #define IDM_SAVE 102 #define IDM_EXIT 103 #define IDM_GROW 200 #define IDM_CONFIG 300 // Pop-up "Help" items: #define IDM_ABOUT 401