]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added implementation of Polygon Rotate and Flip Winding tools.
[ttedit] / src / toolwindow.h
index f9134bc2f0392ecde8ec627f544f2e2abcb504ad..bb10b15187a3726913f4ee1b1e2e514cacf3ef7f 100755 (executable)
@@ -23,7 +23,8 @@ enum ToolType {
        TOOLDelPt,                                                              // Delete point tool
        TOOLDelPoly,                                                    // Delete polygon tool
        TOOLRotate,                                                             // Rotate tool
-       TOOLRotatePoly                                                  // Rotate polygon around centroid tool
+       TOOLRotatePoly,                                                 // Rotate polygon around centroid tool
+       TOOLFlipWinding                                                 // Change polygon's winding direction tool
 };
 
 class ToolWindow: public QWidget