X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_types.h;h=f2fb53cee26769cbd95f03f96e9e4e87d3405cbf;hb=1533b136c6f8d0656cc45ca4c204104ef3d75249;hp=081568c25675c7d6d5e588cdc60fe54271f5cb97;hpb=6aaf28a58767bcc79a55cb3afbc8828fd4a16a6b;p=rocksndiamonds.git diff --git a/src/game_sp/vb_types.h b/src/game_sp/vb_types.h index 081568c2..f2fb53ce 100644 --- a/src/game_sp/vb_types.h +++ b/src/game_sp/vb_types.h @@ -287,4 +287,14 @@ typedef struct boolean Checked; } menBorderObject; +typedef struct +{ + boolean Checked; +} menPanelObject; + +typedef struct +{ + boolean Checked; +} menAutoScrollObject; + #endif /* VB_TYPES_H */