X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;h=323b563c5a1ccbe2d993785eb24562d033b0d17f;hb=3e731f52cfd35364e9516d09d00b61dd6fdc1919;hp=1623eb44bc6edb3ec6f5c76bc382407c9ccbd8b3;hpb=3599953dec39d0ae662b039378a0b3eda39424e8;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 1623eb4..323b563 100755 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -21,7 +21,9 @@ enum ToolType { TOOLAddPt, // Add point tool TOOLAddPoly, // Polygon creation tool TOOLDelPt, // Delete point tool - TOOLDelPoly // Delete polygon tool + TOOLDelPoly, // Delete polygon tool + TOOLRotate, // Rotate tool + TOOLRotatePoly // ROtate polygon around centroid tool }; class ToolWindow: public QWidget