rnd-20140301-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 5179c03bb81e81d98e27fb9652c9ddf1222e4bdf..b74b6fae17165e376d7da80d6a22a8752e0fc7c2 100644 (file)
@@ -1208,6 +1208,19 @@ struct MenuPosInfo
   int align, valign;
 };
 
+struct DoorPartPosInfo
+{
+  int x, y;
+  int step_xoffset;
+  int step_yoffset;
+  int step_delay;
+  int start_step;
+  int start_step_opening;
+  int start_step_closing;
+  boolean draw_masked;
+  int sort_priority;
+};
+
 struct TextPosInfo
 {
   int x, y;