diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:58:37 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:58:37 +0000 |
commit | c32eea02dd2de11636f5182a38fc8d577ff1f457 (patch) | |
tree | 9b938dcd27434f85792def682221c2675e3e2cf6 /projects/openttd_vs80.vcproj | |
parent | 22f56ffdd7b106b0fd080e1dc4adc957e1b356ea (diff) | |
download | openttd-c32eea02dd2de11636f5182a38fc8d577ff1f457.tar.xz |
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c7ce0fdb6..6f06b5d4a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -603,6 +603,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1163,6 +1167,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\init.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.h" > </File> @@ -1183,6 +1191,14 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphjob_base.h" + > + </File> + <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> |