diff options
Diffstat (limited to 'win32.c')
-rw-r--r-- | win32.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,7 +4,6 @@ #include "openttd.h" #include "debug.h" #include "functions.h" -#include "hal.h" #include "macros.h" #include "saveload.h" #include "string.h" @@ -706,10 +705,6 @@ int closedir(DIR *d) return 0; } -extern char *_fios_path; -extern FiosItem *_fios_items; -extern int _fios_count, _fios_alloc; - bool FiosIsRoot(const char *file) { return file[3] == '\0'; // C:\... |