X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frect.h;h=0098a8d54cd32066d2a0a5e6b3a969f4422206ec;hb=742d2aa9bb46bce4f690474fa22f5980e175e55e;hp=2689bae3f5469e15bc73873c07b168bba623b919;hpb=ccac11461956c9c0cc9756f8963436b5d88dfbb7;p=architektonas diff --git a/src/rect.h b/src/rect.h index 2689bae..0098a8d 100644 --- a/src/rect.h +++ b/src/rect.h @@ -24,8 +24,9 @@ struct Rect double Height(void); bool Contains(Point p); Point TopLeft(void); + Point TopRight(void); + Point BottomLeft(void); Point BottomRight(void); }; #endif // __RECT_H__ -