summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:04:33 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:04:33 +0000
commit5bacbba9f22010b2bd54ebfc7b4cc8713db6c9ea (patch)
treee68c195043323a8acc2c441562a26bd400c489c5 /src/newgrf_airport.h
parenta48dbd7c517e494cfff754caad96d5b2ea2db9e8 (diff)
downloadopenttd-5bacbba9f22010b2bd54ebfc7b4cc8713db6c9ea.tar.xz
(svn r20371) -Codechange: add general function to call text callbacks for airports
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r--src/newgrf_airport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h
index 20c6aa046..a20be0f54 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -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 */