X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=ca331ad70e3b089a92244b918df666bdca5e7d82;hb=023dd1a5d064b6a2fbfb8145af8c61261ea53886;hp=601fdbebfaa9084f88f42e7804ed679137ef49b2;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 601fdbeb..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,4 +87,10 @@ void ConvertLevels(void); void CreateLevelSketchImages(void); void CreateCustomElementImages(char *); -#endif /* FILES_H */ +void FreeGlobalAnimEventInfo(void); +int GetGlobalAnimEventValue(int, int); +int GetGlobalAnimEventValueCount(int); + +int get_parameter_value(char *, char *, int); + +#endif // FILES_H