]> Shamusworld >> Repos - architektonas/blobdiff - src/structs.h
Tool for adding Lines works now.
[architektonas] / src / structs.h
index f1b5ce1cf722dc06b6fd4b4050173f75f3834e17..b63921248aca8fc1071d8b8fdd8f2b4b777faff6 100644 (file)
@@ -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;         \