diff options
author | smatz <smatz@openttd.org> | 2011-04-19 15:00:11 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2011-04-19 15:00:11 +0000 |
commit | 6e011e9e682801beb3301654f19e05dd76eaf9f8 (patch) | |
tree | a913e07ec47c313796c84826aef69236d240b287 /projects/openttd_vs100.vcxproj | |
parent | 64cd6a62a2d819b0867162971ce9c9436fe734c0 (diff) | |
download | openttd-6e011e9e682801beb3301654f19e05dd76eaf9f8.tar.xz |
(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 7584a8c2b..936689b6c 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -1079,6 +1079,7 @@ <ClInclude Include="..\src\pathfinder\yapf\yapf_node.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_node_rail.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_node_road.hpp" /> + <ClInclude Include="..\src\pathfinder\yapf\yapf_node_ship.hpp" /> <ClCompile Include="..\src\pathfinder\yapf\yapf_rail.cpp" /> <ClCompile Include="..\src\pathfinder\yapf\yapf_road.cpp" /> <ClCompile Include="..\src\pathfinder\yapf\yapf_ship.cpp" /> |