version number set to 4.0.0.2
[rocksndiamonds.git] / src / main.h
index b6da3629d818735d10de02dab7e11274ef90db71..39c848381499c66c8eb879dfa2039a20fbef33b2 100644 (file)
 #define PROGRAM_VERSION_MAJOR          4
 #define PROGRAM_VERSION_MINOR          0
 #define PROGRAM_VERSION_PATCH          0
-#define PROGRAM_VERSION_BUILD          0
-#define PROGRAM_VERSION_EXTRA          " RC3"
+#define PROGRAM_VERSION_BUILD          2
+#define PROGRAM_VERSION_EXTRA          ""
 
 #define PROGRAM_TITLE_STRING           "Rocks'n'Diamonds"
 #define PROGRAM_AUTHOR_STRING          "Holger Schemel"
@@ -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;