File diff r10289:a675c6e32e39 → r10290:f54b39ef78a7
src/station_base.h
Show inline comments
 
@@ -195,6 +195,8 @@ public:
 
	 * @return true if and only is the station exists
 
	 */
 
	inline bool IsValid() const { return this->xy != 0; }
 

	
 
	uint GetCatchmentRadius() const;
 
};
 

	
 
static inline StationID GetMaxStationIndex()