rnd-20140228-1-src
[rocksndiamonds.git] / src / main.h
index 9d37e678148aedbae6e4405f9459b1c48ce64a46..385cc49851bee2344852ddcae4239a893295beec 100644 (file)
@@ -2300,6 +2300,19 @@ 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;
   int step_delay;
   int anim_mode;