forked from mirror/OpenTTD
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "tilearea_type.h"
|
||||
#include <list>
|
||||
|
||||
typedef uint16 StationID;
|
||||
typedef uint16 RoadStopID;
|
||||
@@ -87,6 +88,9 @@ enum CatchmentArea {
|
||||
|
||||
static const uint MAX_LENGTH_STATION_NAME_CHARS = 32; ///< The maximum length of a station name in characters including '\0'
|
||||
|
||||
/** List of station IDs */
|
||||
typedef std::list<StationID> StationIDList;
|
||||
|
||||
/** List of stations */
|
||||
typedef SmallVector<Station *, 2> StationList;
|
||||
|
||||
|
Reference in New Issue
Block a user