]> Shamusworld >> Repos - architektonas/blobdiff - src/object.h
Added new Spline object and Add Spline tool to GUI.
[architektonas] / src / object.h
index f7d5d7c0a493b02c31d07070ef7bcdcc511e0baf..b83adaf02399fcb9e3f89db4dfaea9ebb3b2809f 100644 (file)
@@ -13,7 +13,7 @@ class Dimension;
 //class FILE;
 
 enum ObjectState { OSInactive, OSSelected };
-enum ObjectType { OTNone, OTObject, OTLine, OTCircle, OTArc, OTDimension, OTEllipse, OTContainer };
+enum ObjectType { OTNone, OTObject, OTLine, OTCircle, OTArc, OTDimension, OTEllipse, OTContainer, OTSpline };
 
 class Object
 {