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