/* Declare the standard user wimp data structure as external, so it can be
   used in user functions. uwdata shoud be declared in drwUwinit.c. */

#ifndef drwwh_H
 #include "DRW/drwwh.h"
#endif

#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif

extern drw_uw_data uwdata;

#if defined NAMESPACE_DRWIMPC
  }
#endif

