File diff r14754:b982b8a4e521 → r14755:86b8e81d785d
src/airport.h
Show inline comments
 
@@ -182,13 +182,11 @@ struct AirportFTA {
 
	uint64 block;            ///< 64 bit blocks (st->airport_flags), should be enough for the most complex airports
 
	byte position;           ///< the position that an airplane is at
 
	byte next_position;      ///< next position from this position
 
	byte heading;            ///< heading (current orders), guiding an airplane to its target on an airport
 
};
 

	
 
void InitializeAirports();
 
void UnInitializeAirports();
 
const AirportFTAClass *GetAirport(const byte airport_type);
 

	
 
extern const byte * const _airport_sections[];
 

	
 
#endif /* AIRPORT_H */