// @(#)BezierShape.h	3.7	7/28/92

#ifndef BezierShape_First

#ifdef __GNUG__
#pragma interface
#endif

#define BezierShape_First

#include "PolyShape.h"

//---- BezierShape -------------------------------------------------------------

class BezierShape : public PolyShape {
public:
    MetaDef(BezierShape);
    
    BezierShape();
    short *GetImage();
    ShapeSketcher *NewSketcher(class DrawView *, SketchModes);
};

#endif BezierShape_First

