File diff r10289:a675c6e32e39 → r10290:f54b39ef78a7
src/station_base.h
Show inline comments
 
@@ -192,12 +192,14 @@ public:
 

	
 
	/**
 
	 * Determines whether a station exists
 
	 * @return true if and only is the station exists
 
	 */
 
	inline bool IsValid() const { return this->xy != 0; }
 

	
 
	uint GetCatchmentRadius() const;
 
};
 

	
 
static inline StationID GetMaxStationIndex()
 
{
 
	/* TODO - This isn't the real content of the function, but
 
	 *  with the new pool-system this will be replaced with one that