diff options
author | smatz <smatz@openttd.org> | 2009-06-26 13:44:14 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-06-26 13:44:14 +0000 |
commit | e6a165881cba611a4475db21068d64caa67796ea (patch) | |
tree | 2954a4e0bee44f0c00864e32211ceb6d4d87d122 /projects | |
parent | 2987f021447d47a2678a8fdce81547e3d66a7217 (diff) | |
download | openttd-e6a165881cba611a4475db21068d64caa67796ea.tar.xz |
(svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 836191ed4..02cca66b6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1064,6 +1064,14 @@ > </File> <File + RelativePath=".\..\src\house.h" + > + </File> + <File + RelativePath=".\..\src\house_type.h" + > + </File> + <File RelativePath=".\..\src\industry.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 90789aaca..edf15f0b4 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1061,6 +1061,14 @@ > </File> <File + RelativePath=".\..\src\house.h" + > + </File> + <File + RelativePath=".\..\src\house_type.h" + > + </File> + <File RelativePath=".\..\src\industry.h" > </File> |