diff options
author | maedhros <maedhros@openttd.org> | 2007-06-20 19:17:22 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-06-20 19:17:22 +0000 |
commit | 7fb6e8f11de50884d0f7252891ac1b93174796c3 (patch) | |
tree | 1a82d9ac3d2c0f66dac9c5f6857c4e49f057b100 /projects | |
parent | 59b54b3b024145219878fb3906468de085587e20 (diff) | |
download | openttd-7fb6e8f11de50884d0f7252891ac1b93174796c3.tar.xz |
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 9 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index a439556d2..931fe7fb7 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -654,6 +654,9 @@ RelativePath=".\..\src\tile.h"> </File> <File + RelativePath=".\..\src\timetable.h"> + </File> + <File RelativePath=".\..\src\town.h"> </File> <File @@ -790,6 +793,9 @@ RelativePath=".\..\src\terraform_gui.cpp"> </File> <File + RelativePath=".\..\src\timetable_gui.cpp"> + </File> + <File RelativePath=".\..\src\town_gui.cpp"> </File> <File @@ -845,6 +851,9 @@ RelativePath=".\..\src\station_cmd.cpp"> </File> <File + RelativePath=".\..\src\timetable_cmd.cpp"> + </File> + <File RelativePath=".\..\src\town_cmd.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f3129305a..33092e6f6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1100,6 +1100,10 @@ > </File> <File + RelativePath=".\..\src\timetable.h" + > + </File> + <File RelativePath=".\..\src\town.h" > </File> @@ -1280,6 +1284,10 @@ > </File> <File + RelativePath=".\..\src\timetable_gui.cpp" + > + </File> + <File RelativePath=".\..\src\town_gui.cpp" > </File> @@ -1352,6 +1360,10 @@ > </File> <File + RelativePath=".\..\src\timetable_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\town_cmd.cpp" > </File> |