diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:01:23 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:01:23 +0000 |
commit | 575cabe90a56a23fa13ca24962b12a4ff2216386 (patch) | |
tree | b0ac380fa899cfaf13cece03d08c19ac647074c1 /projects/openttd_vs80.vcproj | |
parent | 9824d53d6a7d96e0a7182fa5bae5c05218b6a730 (diff) | |
download | openttd-575cabe90a56a23fa13ca24962b12a4ff2216386.tar.xz |
(svn r25357) -Add: flow mapper 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 3cf722b02..36f89adf7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -599,6 +599,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.cpp" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.cpp" > </File> @@ -1179,6 +1183,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\init.h" > </File> |