rnd-20100417-1-src
[rocksndiamonds.git] / src / libgame / system.h
index d35505b5a0183982f98c00f8724986ca091f186e..51017fec1808d696b9d78e07dd7dec04ad6d39b5 100644 (file)
@@ -1108,6 +1108,13 @@ struct Rect
   int width, height;
 };
 
+struct RectWithBorder
+{
+  int x, y;
+  int width, height;
+  int border_size;
+};
+
 struct MenuPosInfo
 {
   int x, y;