added creating engine snapshots when using mouse click events
[rocksndiamonds.git] / src / files.h
index 49077b9b163ecd392c7f344ee77405e60361c8c7..ca331ad70e3b089a92244b918df666bdca5e7d82 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // files.h
 // ============================================================================
@@ -50,6 +50,7 @@ void CopyNativeLevel_Native_to_RND(struct LevelInfo *);
 void LoadTapeFromFilename(char *);
 void LoadTape(int);
 void LoadSolutionTape(int);
+void SaveTapeToFilename(char *);
 void SaveTape(int);
 void DumpTape(struct TapeInfo *);
 boolean SaveTapeChecked(int);
@@ -86,4 +87,10 @@ void ConvertLevels(void);
 void CreateLevelSketchImages(void);
 void CreateCustomElementImages(char *);
 
+void FreeGlobalAnimEventInfo(void);
+int GetGlobalAnimEventValue(int, int);
+int GetGlobalAnimEventValueCount(int);
+
+int get_parameter_value(char *, char *, int);
+
 #endif // FILES_H