diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:57:41 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:57:41 +0000 |
commit | 22f56ffdd7b106b0fd080e1dc4adc957e1b356ea (patch) | |
tree | 477872c3fddd35ea741b211596fa7a91594bbf7b /projects/openttd_vs80.vcproj | |
parent | 33ad9774fb7c51f1ec706851c7a96a7ced5ff622 (diff) | |
download | openttd-22f56ffdd7b106b0fd080e1dc4adc957e1b356ea.tar.xz |
(svn r25353) -Add: link graph job implementation
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 3d72082b1..c7ce0fdb6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -599,6 +599,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphjob.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1175,6 +1179,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphjob.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> |