X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frect.h;fp=src%2Frect.h;h=0098a8d54cd32066d2a0a5e6b3a969f4422206ec;hb=1d17841ed1d003060250dc2ef8dd6785fa02a07f;hp=2689bae3f5469e15bc73873c07b168bba623b919;hpb=eb39f1bb5e6518c5dc4f4dbd3c88912a97192e95;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__ -