/* drwFn12 */


#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_iconise_fn(drw_fn_ptr autofn,
                                      wimp_i iconno,
                                      drw_autofn_data *mdata,
                                      void *userdata);
extern int drw_autofn_iconise(drw_wimp_data *wpwd,
                              wimp_w whan,
                              char *text,
                              char *spritename);
extern int drw_call_iconise_ufn(drw_wimp_data *wpwd,
                                wimp_w whan,
                                char *text,
                                char *spritename);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

