X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=385cc49851bee2344852ddcae4239a893295beec;hb=2e61fe84534a7798c987553cc0f4bb5a4f0c264a;hp=44d3f73cedfe478d62055555d4c994d6d84a473f;hpb=19d38b8a650bd10ffbbaed031f5b3819dbcd32ce;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 44d3f73c..385cc498 100644 --- a/src/main.h +++ b/src/main.h @@ -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;