X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdimension.h;h=44e2afe3e4b1101de32c176f4cf236359f110c48;hb=5446001bd9adfd9f4787f5de5a2a7afd8d7cdb5a;hp=222675a275b595e10f1752a63bed2132800a2975;hpb=7b7c8ec7d7f5379e09a8b7392f465f41639b0c79;p=architektonas diff --git a/src/dimension.h b/src/dimension.h index 222675a..44e2afe 100644 --- a/src/dimension.h +++ b/src/dimension.h @@ -17,6 +17,8 @@ class Dimension: public Object virtual void PointerReleased(void); void SetPoint1(Vector *); void SetPoint2(Vector *); + Vector GetPoint1(void); + Vector GetPoint2(void); void FlipSides(void); protected: