X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=60c80908d8db67dea556c0955dc6ee8fa6d2391c;hb=3e66c6792cc10afd72877d14eb00d63c3932e872;hp=13bfdbc10000f13be3ae08863bee87e6b3b13b17;hpb=702700b34e5a5d696b701a0aed89001e075d50f5;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 13bfdbc1..60c80908 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 *); @@ -468,8 +470,8 @@ boolean CheckEngineSnapshotList(void); void CreateGameButtons(void); void FreeGameButtons(void); +void MapLoadSaveButtons(void); void MapUndoRedoButtons(void); -void UnmapUndoRedoButtons(void); void ModifyPauseButtons(void); void MapGameButtons(void); void UnmapGameButtons(void);