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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2010-07-01 08:14:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701081402-98jmva0t3sqywxmi
Tags: 1.0.2-1
* [00c4efe] New upstream release 1.0.2.
* [c7b38fd] Break older openttd versions instead of Conflicting with
  them.
* [36bd61f] Bump standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: ai_bridge.hpp 17248 2009-08-21 20:21:05Z rubidium $ */
 
1
/* $Id: ai_bridge.hpp 19928 2010-06-04 21:14:22Z rubidium $ */
2
2
 
3
3
/*
4
4
 * This file is part of OpenTTD.
86
86
        static int32 GetMaxSpeed(BridgeID bridge_id);
87
87
 
88
88
        /**
89
 
         * Get the new cost of a bridge.
 
89
         * Get the new cost of a bridge, excluding the road and/or rail.
90
90
         * @param bridge_id The bridge to get the new cost of.
91
91
         * @param length The length of the bridge.
92
92
         * @pre IsValidBridge(bridge_id).