#include "base_station_base.h"
#include "airport.h"
#include "cargopacket.h"
#include "cargo_type.h"
#include "industry_type.h"
#include "core/geometry_type.hpp"
#include <list>
Go to the source code of this file.
Data Structures | |
struct | GoodsEntry |
struct | Station |
Station data structure. More... | |
Defines | |
#define | FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var) |
Typedefs | |
typedef Pool< BaseStation, StationID, 32, 64000 > | StationPool |
typedef SmallVector< Industry *, 2 > | IndustryVector |
Variables | |
StationPool | _station_pool |
static const byte | INITIAL_STATION_RATING = 175 |
Definition in file station_base.h.