X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=dee1bdb1c71292b22350fb235d64d334b9a7ac33;hb=2276a40b6ceb93c0e54317a6f3aa85c09e535f68;hp=b73d5daff98bef27ac661508e480925a62a15057;hpb=7e9fd58541ecb47c252415fe1feb0a741a1f6caa;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index b73d5daf..dee1bdb1 100644 --- a/src/game.h +++ b/src/game.h @@ -163,6 +163,8 @@ struct GameInfo boolean use_masked_pushing; boolean use_masked_elements; boolean use_masked_elements_initial; + int forced_scroll_x; + int forced_scroll_y; int forced_scroll_delay_value; int scroll_delay_value; int tile_size; @@ -424,8 +426,10 @@ void GameEnd(void); void MergeServerScore(void); void InitPlayerGfxAnimation(struct PlayerInfo *, int, int); + void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); + void DrawDynamite(int, int); void StartGameActions(boolean, boolean, int);