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

« back to all changes in this revision

Viewing changes to src/ai/api/ai_station.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_station.hpp 15488 2009-02-14 21:15:23Z yexo $ */
 
1
/* $Id: ai_station.hpp 16511 2009-06-03 18:55:45Z rubidium $ */
2
2
 
3
3
/** @file ai_station.hpp Everything to query and build stations. */
4
4
 
49
49
                STATION_ANY        = 0x1F, //!< All station types
50
50
        };
51
51
 
 
52
        /**
 
53
         * Special station IDs for building adjacent/new stations when
 
54
         * the adjacent/distant join features are enabled.
 
55
         */
52
56
        enum SpecialStationIDs {
53
57
                STATION_NEW = 0xFFFD,           //!< Build a new station
54
58
                STATION_JOIN_ADJACENT = 0xFFFE, //!< Join an neighbouring station if one exists