]> Shamusworld >> Repos - ttedit/blobdiff - src/glyphpoints.h
Converted from Qt4 to Qt5.
[ttedit] / src / glyphpoints.h
index ce82ec9e9407e53c269bb47cdfbd19da2a045dcd..03375fa4c6e8079f260af057083fd393e6f903c1 100755 (executable)
@@ -24,6 +24,14 @@ struct IPoint
        bool operator==(const IPoint & p) { return (p.x == x && p.y == y ? true: false); };
 };
 
+
+struct GuideLine
+{
+       int32 x, y;
+       double angle;
+};
+
+
 // Throws the following exceptions:
 #define GP_OUT_OF_RANGE  1