diff options
author | terkhen <terkhen@openttd.org> | 2010-03-06 12:44:30 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-03-06 12:44:30 +0000 |
commit | 07c373d60a9f2d262617dbfdf719499687aeea73 (patch) | |
tree | d38dbb686053c1db2c99cf3aa67717ec04d26f1e /projects | |
parent | e4a5a556b4d9d6b74f2fcd2330997abb65a68d3b (diff) | |
download | openttd-07c373d60a9f2d262617dbfdf719499687aeea73.tar.xz |
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
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 3bd155680..c9fec0861 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -572,6 +572,10 @@ > </File> <File + RelativePath=".\..\src\ground_vehicle.cpp" + > + </File> + <File RelativePath=".\..\src\heightmap.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index f95dd212a..a3c51ea7e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -569,6 +569,10 @@ > </File> <File + RelativePath=".\..\src\ground_vehicle.cpp" + > + </File> + <File RelativePath=".\..\src\heightmap.cpp" > </File> |