diff options
author | rubidium <rubidium@openttd.org> | 2009-12-02 16:48:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-02 16:48:55 +0000 |
commit | 9426f2b1737c060cd5d40e525b1801b73c14ef82 (patch) | |
tree | 313aa8cfc36189107418ab252141036bc55d52f0 /projects | |
parent | d58e4084de772b16a6bc7414ec6a99616acc0988 (diff) | |
download | openttd-9426f2b1737c060cd5d40e525b1801b73c14ef82.tar.xz |
(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e47017a0e..ddc02a6ab 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3463,6 +3463,10 @@ RelativePath=".\..\src\pathfinder\pathfinder_func.h" > </File> + <File + RelativePath=".\..\src\pathfinder\pathfinder_type.h" + > + </File> </Filter> <Filter Name="NPF" @@ -3520,6 +3524,10 @@ > </File> <File + RelativePath=".\..\src\pathfinder\yapf\yapf_cache.h" + > + </File> + <File RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 07fa3253e..f2501b02b 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3460,6 +3460,10 @@ RelativePath=".\..\src\pathfinder\pathfinder_func.h" > </File> + <File + RelativePath=".\..\src\pathfinder\pathfinder_type.h" + > + </File> </Filter> <Filter Name="NPF" @@ -3517,6 +3521,10 @@ > </File> <File + RelativePath=".\..\src\pathfinder\yapf\yapf_cache.h" + > + </File> + <File RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp" > </File> |