X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstructs.h;h=1bbfc3fdc589fc3ed619808f8be390c5bd725a0c;hb=8d80165e3ab9173b8689b3b3420b40bf3020161f;hp=f1b5ce1cf722dc06b6fd4b4050173f75f3834e17;hpb=f507d97c1b1118834a70332f5f79d8479a6964c0;p=architektonas diff --git a/src/structs.h b/src/structs.h index f1b5ce1..1bbfc3f 100644 --- a/src/structs.h +++ b/src/structs.h @@ -11,6 +11,7 @@ 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 }; #define OBJECT_COMMON \ int type; \