/* drwWhelp */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_wint_help(wimp_message *wmsg);
extern void drw_catch_msg_help_rq(wimp_message *wmsg,
                                  bits msgactioncode,
                                  wimp_event_no reason,
                                  void *actiondata);
extern void drw_helprq_init(void);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

