summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-02-28 20:25:03 +0000
committerfrosch <frosch@openttd.org>2010-02-28 20:25:03 +0000
commit333249ce501085405afabac8eb61a2c3ed599c0f (patch)
tree1892303233cef8b6bf22b985f142c9ef3d2bfbe6 /src/ai/api/ai_changelog.hpp
parentac1a08ef4ad2414491b050b374714d7313373c1f (diff)
downloadopenttd-333249ce501085405afabac8eb61a2c3ed599c0f.tar.xz
(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead.
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 16b9505b7..4c0f7f876 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -18,6 +18,12 @@
*
* 1.1.0 is not yet released. The following changes are not set in stone yet.
*
+ * API additions:
+ * \li IsEnd for all lists.
+ *
+ * API removals:
+ * \li HasNext for all lists.
+ *
* Other changes:
* \li AIRoad::BuildRoadStation now allows overbuilding
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding