diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:59:51 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:59:51 +0000 |
commit | 6a46b5262fa9b5b2de220353eec72d58c7e4484d (patch) | |
tree | 1b71a1bda22791f1728654af830e9dcade960204 /projects/openttd_vs100.vcxproj | |
parent | c32eea02dd2de11636f5182a38fc8d577ff1f457 (diff) | |
download | openttd-6a46b5262fa9b5b2de220353eec72d58c7e4484d.tar.xz |
(svn r25355) -Add: demand handler 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 c71f04734..cecf13130 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -331,6 +331,7 @@ <ClCompile Include="..\src\ini.cpp" /> <ClCompile Include="..\src\ini_load.cpp" /> <ClCompile Include="..\src\landscape.cpp" /> + <ClCompile Include="..\src\linkgraph\demands.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraph.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" /> @@ -473,6 +474,7 @@ <ClInclude Include="..\src\landscape.h" /> <ClInclude Include="..\src\landscape_type.h" /> <ClInclude Include="..\src\language.h" /> + <ClInclude Include="..\src\linkgraph\demands.h" /> <ClInclude Include="..\src\linkgraph\init.h" /> <ClInclude Include="..\src\linkgraph\linkgraph.h" /> <ClInclude Include="..\src\linkgraph\linkgraph_base.h" /> |