diff options
author | rubidium <rubidium@openttd.org> | 2009-07-22 11:35:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-22 11:35:35 +0000 |
commit | 6e3d999dce18a4766dd4811e4a0d8c4a510d1ecc (patch) | |
tree | eebb9470cce2c0ca38969715b106bece36baa543 /projects | |
parent | da9d9a27fe67ca9f016c1f1c9b9ec52769102dea (diff) | |
download | openttd-6e3d999dce18a4766dd4811e4a0d8c4a510d1ecc.tar.xz |
(svn r16914) -Codechange: split Station and BaseStation into different 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 0f0a7a399..2e3525a55 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -828,6 +828,10 @@ > </File> <File + RelativePath=".\..\src\base_station_base.h" + > + </File> + <File RelativePath=".\..\src\bmp.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c0882f493..3ccc2949f 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -825,6 +825,10 @@ > </File> <File + RelativePath=".\..\src\base_station_base.h" + > + </File> + <File RelativePath=".\..\src\bmp.h" > </File> |