diff options
author | yexo <yexo@openttd.org> | 2010-01-29 23:59:38 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-29 23:59:38 +0000 |
commit | b7fc8b4979bff8c73590edd89656a28291478b5e (patch) | |
tree | c0fc7af900d8f4d6489b382d4f84180e093a4e92 | |
parent | 15016e3511b075e999cdb0db45936d5e6b223aa4 (diff) | |
download | openttd-b7fc8b4979bff8c73590edd89656a28291478b5e.tar.xz |
(svn r18956) -Update: NoAI changelog
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 7abe9023f..90e640d9d 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -23,14 +23,19 @@ * \li AIEngine::IsBuildable * \li AIEventCompanyAskMerger * \li AIIndustry::GetLastMonthTransportedPercentage + * \li AIInfo::AICONFIG_INGAME + * \li AIMarine::GetBuildCost * \li AIOrder::AIOF_GOTO_NEAREST_DEPOT * \li AIRail::RemoveRailStationTileRectangle * \li AIRail::RemoveRailWaypointTileRectangle + * \li AIRail::GetBuildCost + * \li AIRoad::GetBuildCost * \li AISubsidy::SubsidyParticipantType * \li AISubsidy::GetSourceType * \li AISubsidy::GetSourceIndex * \li AISubsidy::GetDestinationType * \li AISubsidy::GetDestinationIndex + * \li AITile::GetBuildCost * \li AITown::GetLastMonthTransportedPercentage * \li AIVehicleList_Depot * \li AIWaypoint::WaypointType |