(svn r19453) -Codechange: split getting the initial aircraft position to a new function

This commit is contained in:
yexo
2010-03-18 18:38:32 +00:00
parent eb8d35a16e
commit 89a069629e
3 changed files with 26 additions and 14 deletions

View File

@@ -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 */