(svn r9266) -Codechange: unify the retrieval of the base paths a little more.

This commit is contained in:
rubidium
2007-03-17 11:36:04 +00:00
parent 92486ac980
commit 50b2088674
7 changed files with 82 additions and 129 deletions

View File

@@ -21,6 +21,6 @@ bool FioCheckFileExists(const char *filename);
void FioCreateDirectory(const char *filename);
void AppendPathSeparator(char *buf, size_t buflen);
void DeterminePaths();
void DeterminePaths(const char *exe);
#endif /* FILEIO_H */