added support for handling multiple event definitions for global animations
[rocksndiamonds.git] / src / files.h
index 49077b9b163ecd392c7f344ee77405e60361c8c7..602808043ca517d47b49d9962eb336b6a57d57be 100644 (file)
@@ -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