added single step support for BD engine
[rocksndiamonds.git] / src / game_bd / bd_gameplay.h
index aa9a48de387be6ec127c0e09cc5853798353800f..98659a48364e33e373dd6469d64c36dc4dcfc8e6 100644 (file)
@@ -112,6 +112,8 @@ GdGame *gd_game_new(const int cave, const int level);
 GdGame *gd_game_new_snapshot(GdCave *snapshot);
 GdGame *gd_game_new_test(GdCave *cave, int level);
 
+boolean check_iteration_reached(GdGame *game);
+
 void play_game_func(GdGame *game, int action);
 
 #endif // BD_GAMEPLAY_H