added loading high scores from score server
[rocksndiamonds.git] / src / game.h
index 13bfdbc10000f13be3ae08863bee87e6b3b13b17..653a6454722ac39dfc79b2cb22c8184ed095bda2 100644 (file)
@@ -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 *);