/* menu2.h  header file */

#define IDM_CUT     1       /* menu item ID numbers */
#define IDM_PASTE   2
#define IDM_ADD     3
#define IDM_SEL1    4
#define IDM_SEL2    5
#define IDM_QUIT    6
#define IDM_TOOLS   7
#define IDM_REMOVE  8 
#define IDM_ARROW   9
#define IDM_HELP    10

#define ARROWCURSOR 1       /* keep track of cursor shape */
#define GLUECURSOR  2
#define CUTCURSOR   3

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;