]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added rotation tool, save/load capability.
[ttedit] / src / toolwindow.h
index 1623eb44bc6edb3ec6f5c76bc382407c9ccbd8b3..27a0cb35d96b8309e375f72095064d5b26527067 100755 (executable)
@@ -18,6 +18,7 @@ enum ToolType {
        TOOLPolySelect,                                                 // Polygon selection tool
        TOOLScroll,                                                             // Scroll window tool
        TOOLZoom,                                                               // Zoom window tool
+       TOOLRotate,                                                             // Rotate tool
        TOOLAddPt,                                                              // Add point tool
        TOOLAddPoly,                                                    // Polygon creation tool
        TOOLDelPt,                                                              // Delete point tool