rnd-20070913-1-src
[rocksndiamonds.git] / src / game.h
index 05aa8300d66d5e458534add29d466677933eff82..c1fb5b127127675c74e5ac749ad53eb9f2d7eccc 100644 (file)
@@ -115,6 +115,7 @@ struct GameInfo
   struct GameButtonInfo button;
 
   /* values for graphics engine customization */
+  boolean use_native_emc_graphics_engine;
   int forced_scroll_delay_value;
   int scroll_delay_value;
 
@@ -306,6 +307,8 @@ int GetElementFromGroupElement(int);
 void DrawGameValue_Time(int);
 void DrawGameDoorValues(void);
 
+void UpdateAndDisplayGameControlValues();
+
 void InitGameSound();
 void InitGame();