summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:30:40 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:30:40 +0000
commit5bca50c466777cd134fb506efe4d8867d4b357f1 (patch)
tree72899439e22038054addd94707e35c13fe2996d9 /projects/openttd_vs100.vcxproj
parentbe4f85766c6c2d6adb0690d77de113b7dc88fc1e (diff)
downloadopenttd-5bca50c466777cd134fb506efe4d8867d4b357f1.tar.xz
(svn r25261) -Add: abstract implementation of linkgraph overlay for GUI (fonsinchen)
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index dd5340a85..841c6280e 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -471,6 +471,8 @@
<ClInclude Include="..\src\landscape_type.h" />
<ClInclude Include="..\src\language.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\livery.h" />
<ClInclude Include="..\src\map_func.h" />
@@ -678,6 +680,7 @@
<ClCompile Include="..\src\highscore_gui.cpp" />
<ClCompile Include="..\src\industry_gui.cpp" />
<ClCompile Include="..\src\intro_gui.cpp" />
+ <ClCompile Include="..\src\linkgraph\linkgraph_gui.cpp" />
<ClCompile Include="..\src\main_gui.cpp" />
<ClCompile Include="..\src\misc_gui.cpp" />
<ClCompile Include="..\src\music_gui.cpp" />