X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstructs.h;h=b63921248aca8fc1071d8b8fdd8f2b4b777faff6;hb=a398911ea125eb6b25320e96599e0ae39b720cf8;hp=f1b5ce1cf722dc06b6fd4b4050173f75f3834e17;hpb=f507d97c1b1118834a70332f5f79d8479a6964c0;p=architektonas diff --git a/src/structs.h b/src/structs.h index f1b5ce1..b639212 100644 --- a/src/structs.h +++ b/src/structs.h @@ -11,6 +11,9 @@ enum ObjectType { OTNone, OTLine, OTCircle, OTEllipse, OTArc, OTDimension, OTSpl enum DimensionType { DTLinear, DTLinearVert, DTLinearHorz, DTRadial, DTDiametric, DTCircumferential, DTAngular, DTLeader }; +enum ToolType { TTNone, TTLine, TTCircle, TTEllipse, TTArc, TTDimension, TTText, TTPolygon, TTSpline, TTRotate, TTMirror, TTTrim, TTTriangulate, TTDelete }; + +enum ToolState { TSNone, TSPoint1, TSPoint2, TSDone }; #define OBJECT_COMMON \ int type; \