X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstructs.h;h=6920e491cb92203f7555a57efc1c1268b209d22c;hb=84fc4387b9a6051819da5c9ed688de1ec372c7f7;hp=e0e17c89bf8dd5ce82ce381cfd555051557ee79c;hpb=3c2db966e79e6437db75eebcff0bfc427f37c71b;p=architektonas diff --git a/src/structs.h b/src/structs.h index e0e17c8..6920e49 100644 --- a/src/structs.h +++ b/src/structs.h @@ -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; \