diff options
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r-- | src/bltGraph.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h index c23468a..c2bcf11 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -54,6 +54,11 @@ namespace Blt { class Marker; }; +typedef struct { + Point2d p; + Point2d q; +} Segment2d; + typedef struct Ensemble { const char *name; Tcl_ObjCmdProc *proc; |