File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/rail.h
Show inline comments
 
@@ -115,13 +115,13 @@ enum RailFenceOffset {
 
	RFO_SLOPE_SE_SW,   //!< Slope SE,   Track Y,     Fence SW
 
	RFO_SLOPE_NE_SE,   //!< Slope NE,   Track X,     Fence SE
 
	RFO_SLOPE_NW_SW,   //!< Slope NW,   Track Y,     Fence SW
 
};
 

	
 
/** List of rail type labels. */
 
typedef SmallVector<RailTypeLabel, 4> RailTypeLabelList;
 
typedef std::vector<RailTypeLabel> RailTypeLabelList;
 

	
 
/**
 
 * This struct contains all the info that is needed to draw and construct tracks.
 
 */
 
class RailtypeInfo {
 
public: