summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:43:23 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:43:23 +0000
commit50ae992b47f581d8a50892942438bfe7e3f62141 (patch)
treecd479cffb7344bc8409550dd7af21e6a32460481 /projects
parent163dfdd34afe8020a207b8f0a1b58e29ce082c41 (diff)
downloadopenttd-50ae992b47f581d8a50892942438bfe7e3f62141.tar.xz
(svn r25263) -Add: legend for linkgraph overlay (fonsinchen)
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj1
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 841c6280e..0ce351cf2 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -740,6 +740,7 @@
<ClInclude Include="..\src\widgets\highscore_widget.h" />
<ClInclude Include="..\src\widgets\industry_widget.h" />
<ClInclude Include="..\src\widgets\intro_widget.h" />
+ <ClInclude Include="..\src\widgets\link_graph_legend_widget.h" />
<ClInclude Include="..\src\widgets\main_widget.h" />
<ClInclude Include="..\src\widgets\misc_widget.h" />
<ClInclude Include="..\src\widgets\music_widget.h" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 2d8107ae4..099ea2d3d 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1449,6 +1449,9 @@
<ClInclude Include="..\src\widgets\intro_widget.h">
<Filter>Widgets</Filter>
</ClInclude>
+ <ClInclude Include="..\src\widgets\link_graph_legend_widget.h">
+ <Filter>Widgets</Filter>
+ </ClInclude>
<ClInclude Include="..\src\widgets\main_widget.h">
<Filter>Widgets</Filter>
</ClInclude>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index ff7fe50b5..0ab3e9826 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2247,6 +2247,10 @@
>
</File>
<File
+ RelativePath=".\..\src\widgets\link_graph_legend_widget.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\widgets\main_widget.h"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 5a148b1b6..18d81566e 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2244,6 +2244,10 @@
>
</File>
<File
+ RelativePath=".\..\src\widgets\link_graph_legend_widget.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\widgets\main_widget.h"
>
</File>