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