diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:58:37 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:58:37 +0000 |
commit | c32eea02dd2de11636f5182a38fc8d577ff1f457 (patch) | |
tree | 9b938dcd27434f85792def682221c2675e3e2cf6 /projects/openttd_vs100.vcxproj | |
parent | 22f56ffdd7b106b0fd080e1dc4adc957e1b356ea (diff) | |
download | openttd-c32eea02dd2de11636f5182a38fc8d577ff1f457.tar.xz |
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 2c0b86853..c71f04734 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -333,6 +333,7 @@ <ClCompile Include="..\src\landscape.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraph.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" /> + <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" /> <ClCompile Include="..\src\map.cpp" /> <ClCompile Include="..\src\misc.cpp" /> <ClCompile Include="..\src\mixer.cpp" /> @@ -472,11 +473,14 @@ <ClInclude Include="..\src\landscape.h" /> <ClInclude Include="..\src\landscape_type.h" /> <ClInclude Include="..\src\language.h" /> + <ClInclude Include="..\src\linkgraph\init.h" /> <ClInclude Include="..\src\linkgraph\linkgraph.h" /> <ClInclude Include="..\src\linkgraph\linkgraph_base.h" /> <ClInclude Include="..\src\linkgraph\linkgraph_gui.h" /> <ClInclude Include="..\src\linkgraph\linkgraph_type.h" /> <ClInclude Include="..\src\linkgraph\linkgraphjob.h" /> + <ClInclude Include="..\src\linkgraph\linkgraphjob_base.h" /> + <ClInclude Include="..\src\linkgraph\linkgraphschedule.h" /> <ClInclude Include="..\src\livery.h" /> <ClInclude Include="..\src\map_func.h" /> <ClInclude Include="..\src\map_type.h" /> |