diff options
author | terkhen <terkhen@openttd.org> | 2010-03-06 12:41:18 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-03-06 12:41:18 +0000 |
commit | f4281020927f0ee63227d8195a3a1479489f970a (patch) | |
tree | dd865d960f3a1bbe14f4e569dccbba41b2f7ceca /projects | |
parent | b5714c3597fc87219e3fa144ad181bfec707763d (diff) | |
download | openttd-f4281020927f0ee63227d8195a3a1479489f970a.tar.xz |
(svn r19337) -Codechange: Create the GroundVehicle class.
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 d7a5ffc52..3bd155680 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1028,6 +1028,10 @@ > </File> <File + RelativePath=".\..\src\ground_vehicle.hpp" + > + </File> + <File RelativePath=".\..\src\group.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9021d6294..f95dd212a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1025,6 +1025,10 @@ > </File> <File + RelativePath=".\..\src\ground_vehicle.hpp" + > + </File> + <File RelativePath=".\..\src\group.h" > </File> |