summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-10-22 18:34:10 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-10-22 18:34:10 +0000
commit6e1cc8092696eb73a1932d63c561abd7246eee8e (patch)
tree01407638a8a368de0291732d87e662730e879ac0 /projects
parente0f547e694978adc34f3a04e860663f908c486b5 (diff)
downloadopenttd-6e1cc8092696eb73a1932d63c561abd7246eee8e.tar.xz
(svn r25903) -Codechange: Refactor RefreshNextHopsStats into an own class LinkRefresher.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj2
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
4 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index c693d4d46..ae6b21ffc 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -339,6 +339,7 @@
<ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" />
<ClCompile Include="..\src\linkgraph\mcf.cpp" />
+ <ClCompile Include="..\src\linkgraph\refresh.cpp" />
<ClCompile Include="..\src\map.cpp" />
<ClCompile Include="..\src\misc.cpp" />
<ClCompile Include="..\src\mixer.cpp" />
@@ -491,6 +492,7 @@
<ClInclude Include="..\src\linkgraph\linkgraphjob_base.h" />
<ClInclude Include="..\src\linkgraph\linkgraphschedule.h" />
<ClInclude Include="..\src\linkgraph\mcf.h" />
+ <ClInclude Include="..\src\linkgraph\refresh.h" />
<ClInclude Include="..\src\livery.h" />
<ClInclude Include="..\src\map_func.h" />
<ClInclude Include="..\src\map_type.h" />
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>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 3fb9e9e29..8cd062fd5 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -627,6 +627,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\refresh.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\map.cpp"
>
</File>
@@ -1239,6 +1243,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\refresh.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\livery.h"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index ea184d8aa..5a9a572ef 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -624,6 +624,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\refresh.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\map.cpp"
>
</File>
@@ -1236,6 +1240,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\refresh.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\livery.h"
>
</File>