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 | 869e90ea8643edec7df8c4b5ab94c717fcdb6cc8 (patch) | |
tree | cceaf7c87f5d8c8bdbc1328d00f46f73f8c7321d /projects | |
parent | ee4173d8a430b89883c9f39b18a57003fa7ad7d5 (diff) | |
download | openttd-869e90ea8643edec7df8c4b5ab94c717fcdb6cc8.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> |