rnd-20140227-1-src
[rocksndiamonds.git] / src / main.h
index 44d3f73cedfe478d62055555d4c994d6d84a473f..385cc49851bee2344852ddcae4239a893295beec 100644 (file)
@@ -2300,6 +2300,17 @@ struct MenuInfo
 
 struct DoorInfo
 {
+  struct DoorPartPosInfo part_1;
+  struct DoorPartPosInfo part_2;
+  struct DoorPartPosInfo part_3;
+  struct DoorPartPosInfo part_4;
+  struct DoorPartPosInfo part_5;
+  struct DoorPartPosInfo part_6;
+  struct DoorPartPosInfo part_7;
+  struct DoorPartPosInfo part_8;
+
+  struct DoorPartPosInfo panel;
+
   int width;
   int height;
   int step_offset;