X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglyphpoints.h;h=03375fa4c6e8079f260af057083fd393e6f903c1;hb=3ef71393f70213eb53db552605ae3c93f1303ee9;hp=ce82ec9e9407e53c269bb47cdfbd19da2a045dcd;hpb=2b16243b0aa693d18ce49a071cdae73cadc37c4f;p=ttedit diff --git a/src/glyphpoints.h b/src/glyphpoints.h index ce82ec9..03375fa 100755 --- a/src/glyphpoints.h +++ b/src/glyphpoints.h @@ -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