From 4b349579877e13eff8fc48ae9e003222f794cdba Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 12 Jun 2009 14:53:57 +0000 Subject: (svn r16566) -Codechange: enumify all airport tiles --- src/airport.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/airport.h') diff --git a/src/airport.h b/src/airport.h index 47f852a17..e459187f8 100644 --- a/src/airport.h +++ b/src/airport.h @@ -27,6 +27,7 @@ enum { AT_HELIDEPOT = 6, AT_INTERCON = 7, AT_HELISTATION = 8, + NUM_AIRPORTS = 9, AT_OILRIG = 15, AT_DUMMY = 255 }; @@ -200,4 +201,6 @@ const AirportFTAClass *GetAirport(const byte airport_type); */ uint32 GetValidAirports(); +extern const byte * const _airport_sections[]; + #endif /* AIRPORT_H */ -- cgit v1.2.3-54-g00ecf