diff options
author | peter1138 <peter1138@openttd.org> | 2006-03-31 16:11:51 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-03-31 16:11:51 +0000 |
commit | 08eb79310ad823a8c321aa07ff62dac32c300c11 (patch) | |
tree | 0f16ae41a0a1ee0c4585cac2d572d1c239b8c1e6 | |
parent | 29a635ed30bdb45ecaf6012972296082b719ed5f (diff) | |
download | openttd-08eb79310ad823a8c321aa07ff62dac32c300c11.tar.xz |
(svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
-rw-r--r-- | openttd.vcproj | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 9830343e6..046b3a7c3 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -299,10 +299,10 @@ RelativePath=".\openttd.c"> </File> <File - RelativePath=".\ottdres.rc"> + RelativePath=".\os_timer.c"> </File> <File - RelativePath=".\os_timer.c"> + RelativePath=".\ottdres.rc"> </File> <File RelativePath=".\pathfind.c"> @@ -876,6 +876,9 @@ RelativePath=".\bridge_map.c"> </File> <File + RelativePath=".\bridge_map.h"> + </File> + <File RelativePath=".\clear_map.h"> </File> <File @@ -909,6 +912,9 @@ RelativePath=".\tunnel_map.h"> </File> <File + RelativePath=".\unmovable_map.h"> + </File> + <File RelativePath=".\void_map.h"> </File> <File |