X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=aecccc46de7f3d3464627a8ed9fe82633125a091;hb=2eb9cb502efacb04761fe3bfd4bb4fa8f4661f49;hp=44d3f73cedfe478d62055555d4c994d6d84a473f;hpb=19d38b8a650bd10ffbbaed031f5b3819dbcd32ce;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 44d3f73c..aecccc46 100644 --- a/src/main.h +++ b/src/main.h @@ -2300,6 +2300,15 @@ 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; + int width; int height; int step_offset;