(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius().

This commit is contained in:
frosch
2008-10-25 14:19:09 +00:00
parent a14ad77a36
commit 11ef57d81e
3 changed files with 26 additions and 20 deletions

View File

@@ -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()