rnd-20001203-4-src
[rocksndiamonds.git] / src / libgame / misc.h
index 3002844e00ff8dd397c948e8790b9009f5c870b9..28b073ff0b3e5a5ce7bfb818acbdfb85305618e5 100644 (file)
@@ -61,8 +61,6 @@ char *getPath2(char *, char *);
 char *getPath3(char *, char *, char*);
 char *getStringCopy(char *);
 char *getStringToLower(char *);
-void MarkTileDirty(int, int);
-void SetBorderElement();
 void GetOptions(char **);
 void Error(int, char *, ...);
 void *checked_malloc(unsigned long);
@@ -98,6 +96,16 @@ void sortLevelDirInfo(struct LevelDirInfo **,
 inline void swap_numbers(int *, int *);
 inline void swap_number_pairs(int *, int *, int *, int *);
 
+char *getUserDataDir(void);
+void createDirectory(char *, char *);
+void InitUserDataDirectory(void);
+
+#if !defined(PLATFORM_UNIX)
+void initErrorFile();
+FILE *openErrorFile();
+void dumpErrorFile();
+#endif
+
 void debug_print_timestamp(int, char *);
 
 #endif /* MISC_H */