From 1ed599f5cf6a0dec14d91d5442a08560e254d35c Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 4 Jan 2010 19:42:29 +0000 Subject: (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). -Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys. -Remove: [NoAI] AIBuoyList. --- src/ai/api/ai_waypointlist.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ai/api/ai_waypointlist.hpp') diff --git a/src/ai/api/ai_waypointlist.hpp b/src/ai/api/ai_waypointlist.hpp index 4bc11f8d7..e7c322ece 100644 --- a/src/ai/api/ai_waypointlist.hpp +++ b/src/ai/api/ai_waypointlist.hpp @@ -13,6 +13,7 @@ #define AI_WAYPOINTLIST_HPP #include "ai_abstractlist.hpp" +#include "ai_waypoint.hpp" /** * Creates a list of waypoints of which you are the owner. @@ -22,7 +23,10 @@ class AIWaypointList : public AIAbstractList { public: static const char *GetClassName() { return "AIWaypointList"; } - AIWaypointList(); + /** + * @param waypoint_type The type of waypoint to make a list of waypoints for. + */ + AIWaypointList(AIWaypoint::WaypointType waypoint_type); }; /** -- cgit v1.2.3-70-g09d2