changed "http" to "https" in URLs
[rocksndiamonds.git] / src / files.h
index 49077b9b163ecd392c7f344ee77405e60361c8c7..fd55786c1fbca4688124558bead2570d13d12912 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
 // ============================================================================
@@ -86,4 +86,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