diff options
author | rubidium <rubidium@openttd.org> | 2009-03-13 20:09:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-13 20:09:35 +0000 |
commit | 473c2103681a12b35282a767c898669993ce9a13 (patch) | |
tree | 9d06bfeed5f69b0450028f41d5ae23b95d1b71a5 /projects | |
parent | 73b6818f94aea3224af0a337c58ef5ea9855b7b9 (diff) | |
download | openttd-473c2103681a12b35282a767c898669993ce9a13.tar.xz |
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.
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 c80949e93..acf9bf4f5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2004,6 +2004,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 055699fb7..6e2b0bb47 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2001,6 +2001,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> |