X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.h;h=b83adaf02399fcb9e3f89db4dfaea9ebb3b2809f;hb=c85958d34fac175452fe420ff24ea82f26d6f1f3;hp=f7d5d7c0a493b02c31d07070ef7bcdcc511e0baf;hpb=012cc8abb57350f9e9f126ad580ae58142452015;p=architektonas diff --git a/src/object.h b/src/object.h index f7d5d7c..b83adaf 100644 --- a/src/object.h +++ b/src/object.h @@ -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 {