]> Shamusworld >> Repos - architektonas/blobdiff - src/structs.h
Add ability to add Arcs to document.
[architektonas] / src / structs.h
index e0e17c89bf8dd5ce82ce381cfd555051557ee79c..6920e491cb92203f7555a57efc1c1268b209d22c 100644 (file)
@@ -13,7 +13,7 @@ enum DimensionType { DTLinear, DTLinearVert, DTLinearHorz, DTRadial, DTDiametric
 
 enum ToolType { TTNone, TTLine, TTCircle, TTEllipse, TTArc, TTDimension, TTText, TTPolygon, TTSpline, TTRotate, TTMirror, TTTrim, TTTriangulate, TTDelete };
 
-enum ToolState { TSNone, TSPoint1, TSPoint2, TSDone };
+enum ToolState { TSNone, TSPoint1, TSPoint2, TSPoint3, TSPoint4, TSDone };
 
 #define OBJECT_COMMON \
        int type;         \