added API functions to get score tape from score server
[rocksndiamonds.git] / src / main.h
index 64795686dff5bb10b5dc23eba21ae7f333790b15..00ce3cd258883d8ec0e909b5417fee53e7ef8692 100644 (file)
@@ -2816,6 +2816,7 @@ struct MenuScoresButtonInfo
   struct MenuPosInfo next_level;
   struct MenuPosInfo prev_score;
   struct MenuPosInfo next_score;
+  struct MenuPosInfo play_tape;
 };
 
 struct MenuScoresInfo
@@ -3124,6 +3125,7 @@ struct ScoreInfo
 
   boolean updated;
   boolean uploaded;
+  boolean tape_downloaded;
   boolean force_last_added;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];