File diff r6316:8a67ba84a0d8 → r6317:48fa3b65b6bb
src/fileio.h
Show inline comments
 
@@ -21,6 +21,6 @@ bool FioCheckFileExists(const char *file
 
void FioCreateDirectory(const char *filename);
 

	
 
void AppendPathSeparator(char *buf, size_t buflen);
 
void DeterminePaths();
 
void DeterminePaths(const char *exe);
 

	
 
#endif /* FILEIO_H */