summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:11:20 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:11:20 +0000
commit06313e49812b534d1c16ce5376f39081519b0aef (patch)
tree300a0680d2cf38c97a6a7c2f25f14bee4938beb3 /projects/openttd_vs100.vcxproj
parentb0a2818ed0a355eba561e35598847423cfdb5652 (diff)
downloadopenttd-06313e49812b534d1c16ce5376f39081519b0aef.tar.xz
(svn r25257) -Add: basic link graph (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 9ac4fdbf5..e8048fe01 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -331,6 +331,7 @@
<ClCompile Include="..\src\ini.cpp" />
<ClCompile Include="..\src\ini_load.cpp" />
<ClCompile Include="..\src\landscape.cpp" />
+ <ClCompile Include="..\src\linkgraph\linkgraph.cpp" />
<ClCompile Include="..\src\map.cpp" />
<ClCompile Include="..\src\misc.cpp" />
<ClCompile Include="..\src\mixer.cpp" />
@@ -469,6 +470,8 @@
<ClInclude Include="..\src\landscape.h" />
<ClInclude Include="..\src\landscape_type.h" />
<ClInclude Include="..\src\language.h" />
+ <ClInclude Include="..\src\linkgraph\linkgraph.h" />
+ <ClInclude Include="..\src\linkgraph\linkgraph_type.h" />
<ClInclude Include="..\src\livery.h" />
<ClInclude Include="..\src\map_func.h" />
<ClInclude Include="..\src\map_type.h" />