]> Shamusworld >> Repos - architektonas/blobdiff - src/structs.h
Added 'delete selected objects' functionality back.
[architektonas] / src / structs.h
index f1b5ce1cf722dc06b6fd4b4050173f75f3834e17..1bbfc3fdc589fc3ed619808f8be390c5bd725a0c 100644 (file)
@@ -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;         \