X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=b74b6fae17165e376d7da80d6a22a8752e0fc7c2;hb=f6513d7bc5806904a55708a2ddb6673842e933bd;hp=5179c03bb81e81d98e27fb9652c9ddf1222e4bdf;hpb=f58e776feec767136f4a8f4b62e0103d13c0a910;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 5179c03b..b74b6fae 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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;