X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=61bc328e52c81c014ac2a560c07985d0746ef7c5;hp=63eacc0167c4621eb686a402301506efd22dd14f;hb=6f5b701331e07bdd3e02eeb61f66bfa14d5b530f;hpb=e2af6910a4e0e3312ccca5737d198e6921db6344 diff --git a/src/main.h b/src/main.h index 63eacc01..61bc328e 100644 --- a/src/main.h +++ b/src/main.h @@ -2327,6 +2327,11 @@ struct EditorPaletteInfo struct EditorPaletteElementInfo element_right; }; +struct EditorDrawingAreaInfo +{ + int tile_size; +}; + struct EditorInfo { struct EditorSettingsInfo settings; @@ -2334,6 +2339,7 @@ struct EditorInfo struct EditorButtonInfo button; struct EditorInputInfo input; struct EditorPaletteInfo palette; + struct EditorDrawingAreaInfo drawingarea; }; struct ViewportInfo