home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / share / Os2 / JUEGOS / BOGGLE / SOURCE.ZIP / menu.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-11  |  695 b   |  26 lines

  1. #ifndef  MENU_H
  2. #define  MENU_H
  3.  
  4. #define  IDM_GAME_NEW       101
  5. #define  IDM_GAME_EXIT      103
  6. #define  IDM_FIND_ALL       104
  7. #define  IDM_STOP_GAME      105
  8. #define  IDM_PAUSE_GAME     106
  9. #define  IDM_RESUME_GAME    107
  10. #define  IDM_GAME           108
  11. #define  IDM_OPTIONS        109
  12. #define  IDM_SETTINGS       110
  13.  
  14. #define  IDM_HELP                     120
  15. #define  IDM_HELP_CONTENTS            121
  16. #define  IDM_HELP_FOR_THIS_WINDOW     122
  17. #define  IDM_SEARCH_FOR_HELP_ON       123
  18. #define  IDM_HELP_ABOUT               124
  19.  
  20. #define  ID_BLANK           200
  21.  
  22. #define WND_MAINWIN        1001
  23. #define HLP_BOGGLEAPP      2000
  24. #define HLP_MAINWIN        2001
  25. #endif
  26.