diff options
author | yexo <yexo@openttd.org> | 2009-05-23 14:54:55 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-05-23 14:54:55 +0000 |
commit | 0b243d25cbe8fec67a004cebee288ae741867cff (patch) | |
tree | 73b8b77851f4ed6ecaaf4de3c11b3a41cb0174e0 /projects | |
parent | 8e30f0e75abe83358a0d3c72716d7a77d0f89cf1 (diff) | |
download | openttd-0b243d25cbe8fec67a004cebee288ae741867cff.tar.xz |
(svn r16400) -Add [NoAI]: add AISignList that can be used to get a list of valid signs. This makes AISign::GetMaxSignID obsolete.
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 c6b09aa27..f87499382 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2692,6 +2692,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_signlist.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_station.hpp" > </File> @@ -2896,6 +2900,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_signlist.cpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_station.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 8aa31b1e7..ec1db4894 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2689,6 +2689,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_signlist.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_station.hpp" > </File> @@ -2893,6 +2897,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_signlist.cpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_station.cpp" > </File> |