~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/ai/api/ai_airport.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach, Matthijs Kooijman
  • Date: 2009-06-09 21:46:28 UTC
  • mfrom: (1.1.7 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090609214628-6z5uodi6178z050l
[ Matthijs Kooijman ]
* New upstream release.
* Link against libicu to enable right-to-left language support. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: ai_airport.hpp 15520 2009-02-19 09:01:34Z yexo $ */
 
1
/* $Id: ai_airport.hpp 16272 2009-05-10 21:26:46Z rubidium $ */
2
2
 
3
3
/** @file ai_airport.hpp Everything to query and build airports. */
4
4
 
54
54
        static bool IsValidAirportType(AirportType type);
55
55
 
56
56
        /**
 
57
         * Get the cost to build this AirportType.
 
58
         * @param type The AirportType to check.
 
59
         * @return The cost of building this AirportType.
 
60
         */
 
61
        static Money GetPrice(AirportType type);
 
62
 
 
63
        /**
57
64
         * Checks whether the given tile is actually a tile with a hangar.
58
65
         * @param tile The tile to check.
59
66
         * @pre AIMap::IsValidTile(tile).