added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / game_em / export.h
index e1519ea65659b80544f6b421b8d082511e56d8c9..a2bbdef9bdf3d41cacec3b72f5e44013dc9ee118 100644 (file)
@@ -45,8 +45,13 @@ struct GameInfo_EM
   // flags to handle bugs in and changes between different engine versions
   boolean use_single_button;
   boolean use_snap_key_bug;
+  boolean use_random_bug;
   boolean use_old_explosions;
+  boolean use_old_android;
+  boolean use_old_push_elements;
+  boolean use_old_push_into_acid;
   boolean use_wrap_around;
+  boolean use_push_delay;
 };
 
 struct LevelInfo_EM
@@ -104,7 +109,7 @@ void em_close_all(void);
 void InitGfxBuffers_EM(void);
 
 void InitGameEngine_EM(void);
-void GameActions_EM(byte *, boolean);
+void GameActions_EM(byte[MAX_PLAYERS]);
 
 unsigned int InitEngineRandom_EM(int);