X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=aeceace327d92fc67579bd6cd9e0b27d1d61a199;hb=80bced1c543089265a785cd93ed7313a0a721fda;hp=9917df22bbb0a82111db5c584ca4d092e0f9bd13;hpb=1ee5fc101d2f23dd51c49257bbec3cba69aaadfe;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 9917df22..aeceace3 100644 --- a/src/main.h +++ b/src/main.h @@ -2248,12 +2248,25 @@ struct PreviewInfo int anim_mode; }; +struct EditorTabsInfo +{ + int x; + int y; + int yoffset2; + int width; + int height; + int draw_xoffset; + int draw_yoffset; +}; + struct EditorSettingsInfo { struct MenuPosInfo headline; - struct XY element; - struct XY tabs; + struct XY element_graphic; + struct XY element_name; + + struct EditorTabsInfo tabs; }; struct EditorGadgetInfo @@ -2330,9 +2343,7 @@ struct EditorPaletteInfo struct EditorInfo { - struct EditorSettingsInfo level_settings; - struct EditorSettingsInfo element_settings; - + struct EditorSettingsInfo settings; struct EditorGadgetInfo gadget; struct EditorButtonInfo button; struct EditorInputInfo input;