#ifndef MENU_H #define MENU_H #define IDM_GAME_NEW 101 #define IDM_GAME_EXIT 103 #define IDM_FIND_ALL 104 #define IDM_STOP_GAME 105 #define IDM_PAUSE_GAME 106 #define IDM_RESUME_GAME 107 #define IDM_GAME 108 #define IDM_OPTIONS 109 #define IDM_SETTINGS 110 #define IDM_HELP 120 #define IDM_HELP_CONTENTS 121 #define IDM_HELP_FOR_THIS_WINDOW 122 #define IDM_SEARCH_FOR_HELP_ON 123 #define IDM_HELP_ABOUT 124 #define ID_BLANK 200 #define WND_MAINWIN 1001 #define HLP_BOGGLEAPP 2000 #define HLP_MAINWIN 2001 #endif