]> Shamusworld >> Repos - architektonas/blobdiff - src/rect.h
Whitespace changes. :-P
[architektonas] / src / rect.h
index 0a8478a6b47cc461d80eb408777d3148018dc18c..0098a8d54cd32066d2a0a5e6b3a969f4422206ec 100644 (file)
@@ -20,7 +20,13 @@ struct Rect
        void Normalize(void);
        void Translate(Point p);
        void Expand(double amt);
+       double Width(void);
+       double Height(void);
+       bool Contains(Point p);
+       Point TopLeft(void);
+       Point TopRight(void);
+       Point BottomLeft(void);
+       Point BottomRight(void);
 };
 
 #endif // __RECT_H__
-