File diff r14725:026b6e13b803 → r14726:e42b5d6d3c6a
src/newgrf_airport.h
Show inline comments
 
@@ -47,6 +47,7 @@ struct AirportSpec {
 
	TTDPAirportType ttd_airport_type;      ///< ttdpatch airport type (Small/Large/Helipad/Oilrig)
 

	
 
	static const AirportSpec *Get(byte type);
 
	static AirportSpec *GetWithoutOverride(byte type);
 

	
 
	bool IsAvailable() const;