/* drwUhelp */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern char *drw_u_help(wimp_w window, wimp_i icon, char *helpstring);
extern char *drw_u_menuhelp(wimp_menu *menu, int item, char *helpstrin);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

