diff options
author | yexo <yexo@openttd.org> | 2009-06-17 13:12:08 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-06-17 13:12:08 +0000 |
commit | d09d3566ddd86a559819354bad805dfc23622db8 (patch) | |
tree | 5ba4e0934a063e88cf58f4f2b34bd510aee08849 /projects | |
parent | 121a569125bd6cb986c8ca31e68e12685c7a281a (diff) | |
download | openttd-d09d3566ddd86a559819354bad805dfc23622db8.tar.xz |
(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 016f26028..a3f3437cf 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2588,6 +2588,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_buoylist.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_cargo.hpp" > </File> @@ -2796,6 +2800,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_buoylist.cpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_cargo.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 3ca3c8363..9d4e20aaa 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2585,6 +2585,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_buoylist.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_cargo.hpp" > </File> @@ -2793,6 +2797,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_buoylist.cpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_cargo.cpp" > </File> |