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

#ifndef drwSelnfnh_H
 #include "DRW/drwSelnfnh.h"
#endif

#include "DRW/drwClipfn.h"
#include "DRW/drwUClpfnR.h"


extern int drw_u_try_clip_ram_tfr(void *tfrinfo,
                                  int tfrsize,
                                  bits filetype,
                                  byte **buffer,
                                  int *buffpos,
                                  int *buffsize)

{

return TRUE;

}


extern void drw_u_clipbd_post_paste_ramtfr(int tfrtypein,
                                           drw_wcaretseln *cseln,
                                           wimp_w w,
                                           wimp_i i,
                                           int workposx,
                                           int workposy,
                                           byte *buffer,
                                           int buffpos,
                                           int buffsize,
                                           bits filetype)

{

return;

}


