(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user