summaryrefslogtreecommitdiff
path: root/src/fileio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r--src/fileio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp
index f3d57fb72..f1f8faae1 100644
--- a/src/fileio.cpp
+++ b/src/fileio.cpp
@@ -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()
{