1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code

This commit is contained in:
rubidium
2009-12-07 08:41:18 +00:00
parent 73df2c7a25
commit ad6d8c1f46
8 changed files with 116 additions and 117 deletions

View File

@@ -3451,6 +3451,10 @@
<Filter
Name="Pathfinder"
>
<File
RelativePath=".\..\src\pathfinder\follow_track.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp"
>
@@ -3467,6 +3471,10 @@
RelativePath=".\..\src\pathfinder\pathfinder_type.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\pf_performance_timer.hpp"
>
</File>
</Filter>
<Filter
Name="NPF"
@@ -3491,10 +3499,6 @@
RelativePath=".\..\src\pathfinder\npf\npf.cpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\npf\npf.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\npf\npf_func.h"
>
@@ -3503,10 +3507,6 @@
<Filter
Name="YAPF"
>
<File
RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp"
>

View File

@@ -3448,6 +3448,10 @@
<Filter
Name="Pathfinder"
>
<File
RelativePath=".\..\src\pathfinder\follow_track.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp"
>
@@ -3464,6 +3468,10 @@
RelativePath=".\..\src\pathfinder\pathfinder_type.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\pf_performance_timer.hpp"
>
</File>
</Filter>
<Filter
Name="NPF"
@@ -3488,10 +3496,6 @@
RelativePath=".\..\src\pathfinder\npf\npf.cpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\npf\npf.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\npf\npf_func.h"
>
@@ -3500,10 +3504,6 @@
<Filter
Name="YAPF"
>
<File
RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp"
>