/* drwFn13 */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_autofn_call_mode_change_fn(drw_fn_ptr autofn,
                                          wimp_i iconno,
                                          drw_autofn_data *mdata,
                                          void *userdata);
extern int drw_autofn_modechange(drw_wimp_data *wpwd,
                                 wimp_message *wmsg);
extern int drw_call_mode_change_ufn(drw_wimp_data *wpwd,
                                    wimp_message *wmsg);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

