X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=653a6454722ac39dfc79b2cb22c8184ed095bda2;hb=e4b2e4f943c20af98956d30fd3014888e9f75416;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 *);