diff options
author | frosch <frosch@openttd.org> | 2008-09-13 15:49:29 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2008-09-13 15:49:29 +0000 |
commit | 856157b6da0bd76cc2d4cf98b226ce14309ad33c (patch) | |
tree | cceaf7c87f5d8c8bdbc1328d00f46f73f8c7321d /projects | |
parent | 0251a9c5294eae866d3d5db50601261575062edd (diff) | |
download | openttd-856157b6da0bd76cc2d4cf98b226ce14309ad33c.tar.xz |
(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 65879058d..88044a818 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -456,6 +456,10 @@ > </File> <File + RelativePath=".\..\src\autoreplace.cpp" + > + </File> + <File RelativePath=".\..\src\aystar.cpp" > </File> @@ -1576,6 +1580,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_gui_base.h" + > + </File> + <File RelativePath=".\..\src\vehicle_type.h" > </File> @@ -2044,6 +2052,10 @@ > </File> <File + RelativePath=".\..\src\table\palette_convert.h" + > + </File> + <File RelativePath=".\..\src\table\railtypes.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 248efa350..9c8b73d73 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -453,6 +453,10 @@ > </File> <File + RelativePath=".\..\src\autoreplace.cpp" + > + </File> + <File RelativePath=".\..\src\aystar.cpp" > </File> @@ -1573,6 +1577,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_gui_base.h" + > + </File> + <File RelativePath=".\..\src\vehicle_type.h" > </File> @@ -2041,6 +2049,10 @@ > </File> <File + RelativePath=".\..\src\table\palette_convert.h" + > + </File> + <File RelativePath=".\..\src\table\railtypes.h" > </File> |