/* drwFconv */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_wimp_font_mptoOS(os_coord *ic, os_coord *oc);
extern void drw_wimp_font_mptoOS_d(os_box *ibox, os_box *obox);
extern void drw_wimp_font_OStomp(os_coord *ic, os_coord *oc);
extern void drw_wimp_mpto_d(os_coord *c);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

