diff options
author | rubidium <rubidium@openttd.org> | 2008-08-31 10:50:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-31 10:50:05 +0000 |
commit | ea1f180a55f66ae02f95e63d387fa445061daa25 (patch) | |
tree | c32cbaf06fe071c31b5540a00a6a0e8317d4f1d4 /projects | |
parent | 46e23b8f996f0e684d2447c637b10daa5abfb964 (diff) | |
download | openttd-ea1f180a55f66ae02f95e63d387fa445061daa25.tar.xz |
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ec8132ffd..65879058d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -992,7 +992,11 @@ > </File> <File - RelativePath=".\..\src\fileio.h" + RelativePath=".\..\src\fileio_func.h" + > + </File> + <File + RelativePath=".\..\src\fileio_type.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index d52de00ca..248efa350 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -989,7 +989,11 @@ > </File> <File - RelativePath=".\..\src\fileio.h" + RelativePath=".\..\src\fileio_func.h" + > + </File> + <File + RelativePath=".\..\src\fileio_type.h" > </File> <File |