(svn r20371) -Codechange: add general function to call text callbacks for airports

This commit is contained in:
yexo
2010-08-05 12:04:33 +00:00
parent a48dbd7c51
commit 5bacbba9f2
2 changed files with 16 additions and 0 deletions

View File

@@ -117,4 +117,6 @@ uint GetNumAirportsInClass(AirportClassID id);
void BindAirportSpecs();
const AirportSpec *GetAirportSpecFromClass(AirportClassID aclass, uint airport);
StringID GetAirportTextCallback(const AirportSpec *as, byte layout, uint16 callback);
#endif /* NEWGRF_AIRPORT_H */