diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-10-22 18:34:10 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-10-22 18:34:10 +0000 |
commit | 6e1cc8092696eb73a1932d63c561abd7246eee8e (patch) | |
tree | 01407638a8a368de0291732d87e662730e879ac0 /projects/openttd_vs100.vcxproj.filters | |
parent | e0f547e694978adc34f3a04e860663f908c486b5 (diff) | |
download | openttd-6e1cc8092696eb73a1932d63c561abd7246eee8e.tar.xz |
(svn r25903) -Codechange: Refactor RefreshNextHopsStats into an own class LinkRefresher.
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 9d8c0e17e..c32159729 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -246,6 +246,9 @@ <ClCompile Include="..\src\linkgraph\mcf.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\linkgraph\refresh.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\map.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -702,6 +705,9 @@ <ClInclude Include="..\src\linkgraph\mcf.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\linkgraph\refresh.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\livery.h"> <Filter>Header Files</Filter> </ClInclude> |