added configurability of editor control buttons (toolbox buttons)
[rocksndiamonds.git] / src / game.h
index 22ea2e7ee74e1aa2ae49a9b2d38555d46eec6f25..86c26eeb9c90b2758ed9b3f10d587ba6aaab380f 100644 (file)
@@ -86,16 +86,16 @@ struct GamePanelInfo
 
 struct GameButtonInfo
 {
-  struct Rect stop;
-  struct Rect pause;
-  struct Rect play;
+  struct XY stop;
+  struct XY pause;
+  struct XY play;
 
-  struct Rect sound_music;
-  struct Rect sound_loops;
-  struct Rect sound_simple;
+  struct XY sound_music;
+  struct XY sound_loops;
+  struct XY sound_simple;
 
-  struct Rect save;
-  struct Rect load;
+  struct XY save;
+  struct XY load;
 };
 
 struct GameInfo