diff options
author | rubidium <rubidium@openttd.org> | 2013-05-19 14:11:20 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-19 14:11:20 +0000 |
commit | 06313e49812b534d1c16ce5376f39081519b0aef (patch) | |
tree | 300a0680d2cf38c97a6a7c2f25f14bee4938beb3 /projects/openttd_vs80.vcproj | |
parent | b0a2818ed0a355eba561e35598847423cfdb5652 (diff) | |
download | openttd-06313e49812b534d1c16ce5376f39081519b0aef.tar.xz |
(svn r25257) -Add: basic link graph (fonsinchen)
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 1e62a5daa..4e2cb1c72 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -595,6 +595,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraph.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1151,6 +1155,14 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraph.h" + > + </File> + <File + RelativePath=".\..\src\linkgraph\linkgraph_type.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> |