added function to load and merge local and server scores
[rocksndiamonds.git] / src / files.h
index 803762db18bdcc9ae8d6cad4b1404a9688083227..bd2207a91f423b102ce79778174a938cdf96a059 100644 (file)
@@ -65,6 +65,8 @@ void SaveScore(int);
 void LoadServerScore(int);
 void SaveServerScore(int);
 
+void LoadLocalAndServerScore(int);
+
 void LoadUserNames(void);
 
 void LoadSetupFromFilename(char *);