improved virtual buttons for touch devices (Android)
[rocksndiamonds.git] / src / main.h
index b6da3629d818735d10de02dab7e11274ef90db71..908c0123da0371d412f9902cdbe05d029ba5e528 100644 (file)
@@ -2356,6 +2356,7 @@ struct EditorButtonInfo
   struct XYTileSize element_left;
   struct XYTileSize element_middle;
   struct XYTileSize element_right;
+  struct XYTileSize palette;
 
   struct XYTileSize draw_single;
   struct XYTileSize draw_connected;
@@ -2398,6 +2399,8 @@ struct EditorPaletteInfo
   int x, y;
   int cols, rows;
   int tile_size;
+  boolean show_as_separate_screen;
+  boolean show_on_element_buttons;
 
   struct XYTileSize element_left;
   struct XYTileSize element_middle;