#include "DRW/drwwh.h"
#include "DRW/drwWwinit.h"
#include "DRW/drwWxdata.h"

#include "DRW/drwUE04.h"


extern void drw_u_definedragbox(wimp_w startwindow,
                                wimp_mouse_state dragbutton,
                                int startmouseworkx,
                                int startmouseworky,
                                os_box *userbox)

{

/* Note that values are in work area OS units - see Manual */
/* userbox is a pointer to a bounding box whose vakues are returned by this */
/* function. */

return;

}


