home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / life / life.h < prev    next >
Text File  |  1991-05-18  |  571b  |  21 lines

  1. /****************************************************************************
  2. *  File:          Life.h
  3. *
  4. *  Description:   include file for the LIFE simulation
  5. *****************************************************************************/
  6.  
  7. #define MENU_RUN        700
  8. #define MENU_STEP       701
  9.  
  10. #define MENU_CLEAR      800
  11. #define MENU_GRID       801
  12. #define MENU_TIMER      802
  13. #define MENU_SMALL      803
  14. #define MENU_NORM       804
  15. #define MENU_LARGE      805
  16.  
  17. #define MENU_ABOUT      900
  18.  
  19. #define ABOUT_TIMESTAMP 100
  20. #define TIMER_EDIT      101
  21.