added loading high scores from score server
[rocksndiamonds.git] / src / game.h
index b18675a3691f6f154b9a918aba3174e94437bf7f..653a6454722ac39dfc79b2cb22c8184ed095bda2 100644 (file)
@@ -200,6 +200,7 @@ struct GameInfo
   boolean no_time_limit;       // (variable only in very special case)
 
   int time_final;              // time (in seconds) or steps left or played
+  int score_time_final;                // time (in frames) or steps played
 
   int score;
   int score_final;
@@ -416,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 *);