(svn r17012) -Add [NoAI]: AIBaseStation::GetConstructionDate

This commit is contained in:
yexo
2009-07-31 22:38:09 +00:00
parent 86b89fda98
commit 1ae6096e3b
3 changed files with 19 additions and 4 deletions

View File

@@ -61,6 +61,13 @@ public:
* @return The tile the basestation is currently on.
*/
static TileIndex GetLocation(StationID station_id);
/**
* Get the last date a station part was added to this station.
* @param station_id The station to look at.
* @return The last date some part of this station was build.
*/
static int32 GetConstructionDate(StationID station_id);
};
#endif /* AI_BASESTATION_HPP */