#include "stdafx.h"
#include "depot_base.h"
#include "order_func.h"
#include "window_func.h"
#include "oldpool_func.h"
Go to the source code of this file.
Functions | |
Depot * | GetDepotByTile (TileIndex tile) |
Gets a depot from a tile. | |
void | InitializeDepots () |
Definition in file depot.cpp.
Depot* GetDepotByTile | ( | TileIndex | tile | ) |
Gets a depot from a tile.
Definition at line 18 of file depot.cpp.
Referenced by AIOrder::InsertOrder(), and YapfFindNearestRoadDepot().