home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / cbrk / cbreak.h < prev    next >
Text File  |  1991-05-10  |  223b  |  14 lines

  1. /*
  2.     Header file for Code Break Game
  3. */
  4.  
  5. #define ROWMAX      10
  6. #define COLMAX      5
  7.  
  8. #define IDM_GUESS   99
  9. #define IDM_NEW     100
  10. #define IDM_EXIT    101
  11. #define IDM_HELP    102
  12. #define IDM_ABOUT   103
  13.  
  14.