rnd-20060319-1-src
[rocksndiamonds.git] / src / game_em / game_em.h
index 84fcfee62b57260c10b0db8ffebaf5abcaa67da8..7c512235f7004324f59a9f5915abf5e6d21559b8 100644 (file)
@@ -33,7 +33,7 @@ extern void em_close_all();
 
 extern void InitGameEngine_EM();
 #if 1
-extern void GameActions_EM(byte *);
+extern void GameActions_EM(byte *, boolean);
 #else
 extern void GameActions_EM(byte);
 #endif