added support for storing multiple event definitions for global animations
[rocksndiamonds.git] / src / files.h
index 031349f774039a1051bf5e860563bac446eecb7f..6af3a1486d5194c3c15c932adf6d1cb619e982b5 100644 (file)
@@ -86,6 +86,9 @@ void ConvertLevels(void);
 void CreateLevelSketchImages(void);
 void CreateCustomElementImages(char *);
 
+void FreeGlobalAnimEventInfo(void);
+int GetGlobalAnimEventValue(int, int);
+
 int get_parameter_value(char *, char *, int);
 
 #endif // FILES_H