diff options
author | maedhros <maedhros@openttd.org> | 2007-06-01 12:19:23 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-06-01 12:19:23 +0000 |
commit | 49b121c6383051ffa2a48ec0605a1df748c18ecb (patch) | |
tree | 6641051f9ab08c1e660b95add4fe23ed84f4c4c0 | |
parent | 4acf3e4c3f4aebf66b82cc1d33aab221d27d800c (diff) | |
download | openttd-49b121c6383051ffa2a48ec0605a1df748c18ecb.tar.xz |
(svn r10010) -Fix (r10008): Add articulated_vehicles.h to the project files.
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 7ecb68cdb..2c3c68cf5 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -390,6 +390,9 @@ RelativePath=".\..\src\airport_movement.h"> </File> <File + RelativePath=".\..\src\articulated_vehicles.h"> + </File> + <File RelativePath=".\..\src\autoreplace_cmd.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2f461495b..c3e0a1adc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -748,6 +748,10 @@ > </File> <File + RelativePath=".\..\src\articulated_vehicles.h" + > + </File> + <File RelativePath=".\..\src\autoreplace_cmd.h" > </File> diff --git a/source.list b/source.list index c373f5f4f..5bc8880bd 100644 --- a/source.list +++ b/source.list @@ -97,6 +97,7 @@ window.cpp aircraft.h airport.h airport_movement.h +articulated_vehicles.h autoreplace_cmd.h aystar.h bmp.h |