rnd-20070331-1-src
[rocksndiamonds.git] / src / game.h
index b658d1f4ec1052f22e4af97ab4b4437fff106597..d02c5cedc1a52d51fef6a8f6498be71eabb11f05 100644 (file)
@@ -118,6 +118,10 @@ struct GameInfo
   struct GamePanelInfo panel;
   struct GameButtonInfo button;
 
+  /* values for graphics engine customization */
+  int forced_scroll_delay_value;
+  int scroll_delay_value;
+
   /* values for engine initialization */
   int default_push_delay_fixed;
   int default_push_delay_random;