X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=ca331ad70e3b089a92244b918df666bdca5e7d82;hb=9d23eac9de03f91cf0ac094786ab30cdd589ac49;hp=031349f774039a1051bf5e860563bac446eecb7f;hpb=34dc736661e297f75d604335a7d85ea34d14c55d;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 031349f7..ca331ad7 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 // ============================================================================ @@ -50,6 +50,7 @@ void CopyNativeLevel_Native_to_RND(struct LevelInfo *); void LoadTapeFromFilename(char *); void LoadTape(int); void LoadSolutionTape(int); +void SaveTapeToFilename(char *); void SaveTape(int); void DumpTape(struct TapeInfo *); boolean SaveTapeChecked(int); @@ -86,6 +87,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