X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=bf0df60cc16ac199ce641647ca8f2f7d8db4c88c;hb=a95e7a3562b779701e475e6372a90189983b0b7b;hp=49077b9b163ecd392c7f344ee77405e60361c8c7;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 49077b9b..bf0df60c 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 // ============================================================================ @@ -33,6 +33,8 @@ char *getDefaultLevelFilename(int); char *getLocalLevelTemplateFilename(void); char *getGlobalLevelTemplateFilename(void); +int getMappedElement(int); + void LoadLevelFromFilename(struct LevelInfo *, char *); void LoadLevel(int); void LoadLevelTemplate(int); @@ -50,6 +52,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); @@ -71,6 +74,7 @@ void SaveSetup_EditorCascade(void); void SaveSetup_AddGameControllerMapping(char *); void setHideSetupEntry(void *); +void removeHideSetupEntry(void *); boolean hideSetupEntry(void *); void LoadCustomElementDescriptions(void); @@ -86,4 +90,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