diff options
author | yexo <yexo@openttd.org> | 2009-02-19 07:40:08 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-02-19 07:40:08 +0000 |
commit | c0e7ddeb9ee8892103a1314dac25e0d7250e6af4 (patch) | |
tree | fa0d25f1d5a2c7fdfd64122bd10dc5ee7291d2fe /projects | |
parent | c2d9c85c0fbb26b5db2ef20b7ac610e63de2b46b (diff) | |
download | openttd-c0e7ddeb9ee8892103a1314dac25e0d7250e6af4.tar.xz |
(svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remove RailWaypoint, AIWaypoint and AIWaypointList.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 206574930..c80949e93 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2699,6 +2699,14 @@ RelativePath=".\..\src\ai\api\ai_vehiclelist.hpp" > </File> + <File + RelativePath=".\..\src\ai\api\ai_waypoint.hpp" + > + </File> + <File + RelativePath=".\..\src\ai\api\ai_waypointlist.hpp" + > + </File> </Filter> <Filter Name="AI API Implementation" @@ -2891,6 +2899,14 @@ RelativePath=".\..\src\ai\api\ai_vehiclelist.cpp" > </File> + <File + RelativePath=".\..\src\ai\api\ai_waypoint.cpp" + > + </File> + <File + RelativePath=".\..\src\ai\api\ai_waypointlist.cpp" + > + </File> </Filter> <Filter Name="Blitters" diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 09ce2dd23..055699fb7 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2696,6 +2696,14 @@ RelativePath=".\..\src\ai\api\ai_vehiclelist.hpp" > </File> + <File + RelativePath=".\..\src\ai\api\ai_waypoint.hpp" + > + </File> + <File + RelativePath=".\..\src\ai\api\ai_waypointlist.hpp" + > + </File> </Filter> <Filter Name="AI API Implementation" @@ -2888,6 +2896,14 @@ RelativePath=".\..\src\ai\api\ai_vehiclelist.cpp" > </File> + <File + RelativePath=".\..\src\ai\api\ai_waypoint.cpp" + > + </File> + <File + RelativePath=".\..\src\ai\api\ai_waypointlist.cpp" + > + </File> </Filter> <Filter Name="Blitters" |