home *** CD-ROM | disk | FTP | other *** search
/ Supergames for Windows 3 / wingames3.zip / wingames3 / U-Z / YALIFE / LIFE.H < prev    next >
C/C++ Source or Header  |  1993-09-08  |  557b  |  23 lines

  1. // (c) Jean MICHEL June 1993 -- any modifications must be signaled to the
  2. // author
  3.  
  4. #define CM_U_FILESAVEAS 102
  5. #define CM_COLOR_SET 103
  6. #define CM_COLOR_RESET 104
  7. #define CM_COLOR_UNSET 105
  8. #define CM_CLEAR_GEN 108
  9. #define CM_U_FILESAVEAREAAS 106
  10. #define CM_ERASE 107
  11. #define CM_HELP   201
  12. #define CM_ZOOMOUT 202
  13. #define CM_ZOOMIN 203
  14. #define CM_STEP 204
  15. #define CM_RUN 205
  16. #define CM_SHAPE 206
  17. #define CM_HELPHELP 207
  18. #define CM_ABOUT 208
  19. extern HDC DrawDC;
  20. extern HPEN Pens[3];
  21. extern HBRUSH Brushes[3];
  22. extern COLORREF Colors[3];
  23.