diff options
author | Darkvater <darkvater@openttd.org> | 2006-08-05 00:59:45 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-08-05 00:59:45 +0000 |
commit | a9251d2d02a17467343284442ee6857012e27c31 (patch) | |
tree | 6c1c325e24d7182ffd6868b3118786d9a3bcf41d /win32.c | |
parent | 198f6caf20bf425bd1d3c8b91291f58213f6b60b (diff) | |
download | openttd-a9251d2d02a17467343284442ee6857012e27c31.tar.xz |
(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
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:\... |