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

« back to all changes in this revision

Viewing changes to src/ai/api/ai_map.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_map.hpp 15912 2009-04-01 14:24:54Z rubidium $ */
 
1
/* $Id: ai_map.hpp 16248 2009-05-06 23:21:43Z rubidium $ */
2
2
 
3
3
/** @file ai_map.hpp Everything to query and manipulate map metadata. */
4
4
 
19
19
#endif /* DEFINE_SCRIPT_FILES */
20
20
#ifdef DOXYGEN_SKIP
21
21
        const static TileIndex TILE_INVALID; //!< Invalid TileIndex.
22
 
#endif
 
22
#endif /* DOXYGEN_SKIP */
23
23
 
24
24
        static const char *GetClassName() { return "AIMap"; }
25
25