diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:01:23 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:01:23 +0000 |
commit | 575cabe90a56a23fa13ca24962b12a4ff2216386 (patch) | |
tree | b0ac380fa899cfaf13cece03d08c19ac647074c1 /projects/openttd_vs100.vcxproj | |
parent | 9824d53d6a7d96e0a7182fa5bae5c05218b6a730 (diff) | |
download | openttd-575cabe90a56a23fa13ca24962b12a4ff2216386.tar.xz |
(svn r25357) -Add: flow mapper for link graph
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index fcfb2e61e..48b6a7078 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -332,6 +332,7 @@ <ClCompile Include="..\src\ini_load.cpp" /> <ClCompile Include="..\src\landscape.cpp" /> <ClCompile Include="..\src\linkgraph\demands.cpp" /> + <ClCompile Include="..\src\linkgraph\flowmapper.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraph.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" /> @@ -476,6 +477,7 @@ <ClInclude Include="..\src\landscape_type.h" /> <ClInclude Include="..\src\language.h" /> <ClInclude Include="..\src\linkgraph\demands.h" /> + <ClInclude Include="..\src\linkgraph\flowmapper.h" /> <ClInclude Include="..\src\linkgraph\init.h" /> <ClInclude Include="..\src\linkgraph\linkgraph.h" /> <ClInclude Include="..\src\linkgraph\linkgraph_base.h" /> |