added separate buttons for element properties of drawing elements
[rocksndiamonds.git] / src / libgame / system.h
index fa422cafd8ee206c299023d8908a62430747f4ac..48e06ae1d3394aabac4916e46af371210df2b848 100644 (file)
@@ -1294,6 +1294,12 @@ struct XY
   int x, y;
 };
 
+struct XYTileSize
+{
+  int x, y;
+  int tile_size;
+};
+
 struct Rect
 {
   int x, y;