/* help.h program info, keyboard shortcuts */ /* * xcheckers: a point and click checkerboard * (C): 1999, 2000 Peter Chiocchetti */ typedef struct { char *label; /* Button label */ char *call; /* Button message */ } macro; Window hwin; void initHelp(unsigned long paper, unsigned long pen); void showHelp(void); void helpSel(int x, int y); void helpBut(int x, int y);