diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:59:51 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:59:51 +0000 |
commit | 6a46b5262fa9b5b2de220353eec72d58c7e4484d (patch) | |
tree | 1b71a1bda22791f1728654af830e9dcade960204 /projects/openttd_vs80.vcproj | |
parent | c32eea02dd2de11636f5182a38fc8d577ff1f457 (diff) | |
download | openttd-6a46b5262fa9b5b2de220353eec72d58c7e4484d.tar.xz |
(svn r25355) -Add: demand handler for link graph
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 6f06b5d4a..7b77504d0 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -595,6 +595,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\demands.cpp" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.cpp" > </File> @@ -1167,6 +1171,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\demands.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\init.h" > </File> |