/* drwWiszpos */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_wimp_geticonsize(wimp_w whan,
                                wimp_i icon,
                                int side);
extern int drw_wimp_geticonposition(wimp_w whan,
                                    wimp_i icon,
                                    int coordno);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

