diff options
author | smatz <smatz@openttd.org> | 2008-06-24 09:05:24 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-06-24 09:05:24 +0000 |
commit | fee2adb299270756d44e2a4f55a3b45b0935c4c7 (patch) | |
tree | ece27358f21a7245659bc3c86c57992b89d98699 /projects | |
parent | 6e1dd7f719e86171f789c4f9fa0102db6f12bfca (diff) | |
download | openttd-fee2adb299270756d44e2a4f55a3b45b0935c4c7.tar.xz |
(svn r13618) -Codechange: move tar-specific declarations to separate file
Removes indirect dependency on <string> and <map> for over 40 files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c8864211a..2d4f9c02e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1456,6 +1456,10 @@ > </File> <File + RelativePath=".\..\src\tar_type.h" + > + </File> + <File RelativePath=".\..\src\terraform_gui.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 47407825e..4b33a7f35 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1453,6 +1453,10 @@ > </File> <File + RelativePath=".\..\src\tar_type.h" + > + </File> + <File RelativePath=".\..\src\terraform_gui.h" > </File> |