(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:11:09 +00:00
parent 5a836cdec7
commit eb30ebe1a4
6 changed files with 9 additions and 4 deletions

View File

@@ -56,6 +56,10 @@ static Fio _fio;
/** Whether the working directory should be scanned. */
static bool _do_scan_working_directory = true;
extern char *_config_file;
extern char *_highscore_file;
extern char *_log_file;
/* Get current position in file */
size_t FioGetPos()
{