X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=d46982d7f33c6f9219ebbd90d0be7c244e1b7617;hb=b1e5d6292d3b60eb17f1f5e7e0ff7bdec80eece0;hp=927dade7f9365ca0316091e9fedcc68e2ca04427;hpb=c4dd9e14b72b528e82bc018fe2fa76b784221584;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 927dade7..d46982d7 100644 --- a/src/game.h +++ b/src/game.h @@ -109,6 +109,8 @@ struct PlayerInfo boolean can_fall_into_acid; + boolean gravity; + boolean LevelSolved, GameOver; int last_move_dir; @@ -203,7 +205,12 @@ void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); void DrawDynamite(int, int); +void StartGameActions(boolean, boolean, long); + void GameActions(void); +void GameActions_EM_Main(); +void GameActions_RND(); + void ScrollLevel(int, int); void InitPlayLevelSound();