#ifndef POLYLINE_H_INCLUDED #define POLYLINE_H_INCLUDED typedef struct PolylineObj_tag *Polyline; typedef struct PolylineClassDescriptor_tag PolylineClassDescriptor; extern CoreClassDescriptor *polylineClass; #endif /* POLYLINE_H_INCLUDED */