]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Removed unnecessary graphic files, updated tool palette.
[ttedit] / src / toolwindow.h
index 1623eb44bc6edb3ec6f5c76bc382407c9ccbd8b3..323b563c5a1ccbe2d993785eb24562d033b0d17f 100755 (executable)
@@ -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