X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_bd%2Fbd_gameplay.h;h=98659a48364e33e373dd6469d64c36dc4dcfc8e6;hb=8fdd23c078934ae797980a824fd145903c84cae7;hp=aa9a48de387be6ec127c0e09cc5853798353800f;hpb=93a37840d8ff4a84fc878f148e3abfeecb701821;p=rocksndiamonds.git diff --git a/src/game_bd/bd_gameplay.h b/src/game_bd/bd_gameplay.h index aa9a48de..98659a48 100644 --- a/src/game_bd/bd_gameplay.h +++ b/src/game_bd/bd_gameplay.h @@ -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