added saving special tape properties
[rocksndiamonds.git] / src / files.h
index 194e1c22ae6bc7fbeaf4e97de219a085e8ac1b9a..fd421ef19fb0e90f8955d01ef519a7e4b31ea1a7 100644 (file)
@@ -66,6 +66,7 @@ void SaveScore(int);
 
 void LoadServerScore(int, boolean);
 void SaveServerScore(int);
+void SaveServerScoreFromFile(int, char *);
 
 void LoadLocalAndServerScore(int, boolean);
 
@@ -98,6 +99,7 @@ void LoadHelpTextInfo(void);
 
 void ConvertLevels(void);
 void CreateLevelSketchImages(void);
+void CreateCollectElementImages(void);
 void CreateCustomElementImages(char *);
 
 void FreeGlobalAnimEventInfo(void);