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

(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies

This commit is contained in:
rubidium
2009-12-02 16:48:55 +00:00
parent d58e4084de
commit 9426f2b173
12 changed files with 59 additions and 9 deletions

View File

@@ -3463,6 +3463,10 @@
RelativePath=".\..\src\pathfinder\pathfinder_func.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\pathfinder_type.h"
>
</File>
</Filter>
<Filter
Name="NPF"
@@ -3519,6 +3523,10 @@
RelativePath=".\..\src\pathfinder\yapf\yapf_base.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\yapf_cache.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp"
>

View File

@@ -3460,6 +3460,10 @@
RelativePath=".\..\src\pathfinder\pathfinder_func.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\pathfinder_type.h"
>
</File>
</Filter>
<Filter
Name="NPF"
@@ -3516,6 +3520,10 @@
RelativePath=".\..\src\pathfinder\yapf\yapf_base.hpp"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\yapf_cache.h"
>
</File>
<File
RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp"
>