X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=653a6454722ac39dfc79b2cb22c8184ed095bda2;hb=a4e95e0a6d4b53732ea0a585be0b6df55ae41e42;hp=13bfdbc10000f13be3ae08863bee87e6b3b13b17;hpb=702700b34e5a5d696b701a0aed89001e075d50f5;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 13bfdbc1..653a6454 100644 --- a/src/game.h +++ b/src/game.h @@ -417,6 +417,8 @@ void UpdateEngineValues(int, int, int, int); void GameWon(void); void GameEnd(void); +void MergeServerScore(void); + void InitPlayerGfxAnimation(struct PlayerInfo *, int, int); void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *);