/*************************  
  rubberBanUtil.h
  last revised 31 MAR 02
  by Lon Kelly
*************************/

#ifndef RUBBERBANDUTIL
#define RUBBERBANDUTIL

extern void trackRubberLine(CView *pView, CPoint start, CPoint *finish);

#endif
