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

« back to all changes in this revision

Viewing changes to src/ai/api/ai_industry.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_industry.hpp 15563 2009-02-23 21:07:01Z yexo $ */
 
1
/* $Id: ai_industry.hpp 16246 2009-05-06 22:31:52Z rubidium $ */
2
2
 
3
3
/** @file ai_industry.hpp Everything to query and build industries. */
4
4
 
86
86
        static TileIndex GetLocation(IndustryID industry_id);
87
87
 
88
88
        /**
89
 
         * Get the number of stations around an industry.
 
89
         * Get the number of stations around an industry. All stations that can
 
90
         * service the industry are counted, your own stations but also your
 
91
         * opponents stations.
90
92
         * @param industry_id The index of the industry.
91
93
         * @pre IsValidIndustry(industry_id).
92
94
         * @return The number of stations around an industry.