home *** CD-ROM | disk | FTP | other *** search
/ Super Games / visualcdgame.iso / wingames / cbrk / cbreak.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-21  |  223 b   |  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.