X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=fd55786c1fbca4688124558bead2570d13d12912;hb=3eb5d3a10dc341e94a1290bbe1f9735e18e83e5f;hp=49077b9b163ecd392c7f344ee77405e60361c8c7;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 49077b9b..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,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