summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-03-18 18:38:32 +0000
committeryexo <yexo@openttd.org>2010-03-18 18:38:32 +0000
commit89a069629ed2592b9b80134582d5ba2e959f7211 (patch)
tree29fa8dfb50254d94067c2768fb562243bed5af93 /src/airport.h
parenteb8d35a16ec593c16ca720f0d1b2e623986ecea5 (diff)
downloadopenttd-89a069629ed2592b9b80134582d5ba2e959f7211.tar.xz
(svn r19453) -Codechange: split getting the initial aircraft position to a new function
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/airport.h b/src/airport.h
index e6eb5bbc2..1422d3886 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -13,6 +13,7 @@
#define AIRPORT_H
#include "direction_type.h"
+#include "tile_type.h"
/** Some airport-related constants */
enum {
@@ -186,5 +187,6 @@ struct AirportFTA {
};
const AirportFTAClass *GetAirport(const byte airport_type);
+byte GetVehiclePosOnBuild(TileIndex hangar_tile);
#endif /* AIRPORT_H */