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

« back to all changes in this revision

Viewing changes to src/vehicle_func.h

  • 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: vehicle_func.h 15701 2009-03-13 21:28:40Z frosch $ */
 
1
/* $Id: vehicle_func.h 16539 2009-06-08 22:53:39Z rubidium $ */
2
2
 
3
3
/** @file vehicle_func.h Functions related to vehicles. */
4
4
 
174
174
bool CanVehicleUseStation(EngineID engine_type, const struct Station *st);
175
175
bool CanVehicleUseStation(const Vehicle *v, const struct Station *st);
176
176
 
 
177
void ReleaseDisastersTargetingVehicle(VehicleID vehicle);
 
178
 
177
179
#endif /* VEHICLE_FUNC_H */