rnd-20061014-2-src
[rocksndiamonds.git] / src / libgame / system.h
index 081471abf6c3cfad0830596668c2398fe56fa818..6a50cea025ebab4399e7c1b9b4f583d3195fa6f3 100644 (file)
@@ -984,6 +984,12 @@ struct XY
   int x, y;
 };
 
+struct Rect
+{
+  int x, y;
+  int width, height;
+};
+
 
 /* ========================================================================= */
 /* exported variables                                                        */