X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.h;h=602808043ca517d47b49d9962eb336b6a57d57be;hp=031349f774039a1051bf5e860563bac446eecb7f;hb=98ae5fc5e9274fea99a2ed8873b78fc2110ce3ce;hpb=34dc736661e297f75d604335a7d85ea34d14c55d diff --git a/src/files.h b/src/files.h index 031349f7..60280804 100644 --- a/src/files.h +++ b/src/files.h @@ -86,6 +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