diff options
author | rubidium <rubidium@openttd.org> | 2009-12-07 08:41:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-07 08:41:18 +0000 |
commit | ad6d8c1f4634d8dabdff094110a263b53e223436 (patch) | |
tree | 1efded20f39577856e4e24e887ff53efbb9b61fb /projects | |
parent | 73df2c7a252eb8c523222928de3d5ed98d78519b (diff) | |
download | openttd-ad6d8c1f4634d8dabdff094110a263b53e223436.tar.xz |
(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ddc02a6ab..98e8d7898 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3452,6 +3452,10 @@ Name="Pathfinder" > <File + RelativePath=".\..\src\pathfinder\follow_track.hpp" + > + </File> + <File RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp" > </File> @@ -3467,6 +3471,10 @@ RelativePath=".\..\src\pathfinder\pathfinder_type.h" > </File> + <File + RelativePath=".\..\src\pathfinder\pf_performance_timer.hpp" + > + </File> </Filter> <Filter Name="NPF" @@ -3492,10 +3500,6 @@ > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf.h" - > - </File> - <File RelativePath=".\..\src\pathfinder\npf\npf_func.h" > </File> @@ -3504,10 +3508,6 @@ Name="YAPF" > <File - RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp" - > - </File> - <File RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index f2501b02b..ad626ece3 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3449,6 +3449,10 @@ Name="Pathfinder" > <File + RelativePath=".\..\src\pathfinder\follow_track.hpp" + > + </File> + <File RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp" > </File> @@ -3464,6 +3468,10 @@ RelativePath=".\..\src\pathfinder\pathfinder_type.h" > </File> + <File + RelativePath=".\..\src\pathfinder\pf_performance_timer.hpp" + > + </File> </Filter> <Filter Name="NPF" @@ -3489,10 +3497,6 @@ > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf.h" - > - </File> - <File RelativePath=".\..\src\pathfinder\npf\npf_func.h" > </File> @@ -3501,10 +3505,6 @@ Name="YAPF" > <File - RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp" - > - </File> - <File RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp" > </File> |