update to 1.4.4

This commit is contained in:
Pavel Stupnikov
2015-01-02 04:56:11 +03:00
parent 44bec9e0da
commit afbb1b0617
237 changed files with 11474 additions and 8031 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: engine_func.h 25553 2013-07-02 18:57:26Z rubidium $ */
/* $Id: engine_func.h 26972 2014-10-06 20:10:07Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -26,6 +26,7 @@ extern const uint8 _engine_offsets[4];
bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
bool IsEngineRefittable(EngineID engine);
void GetArticulatedVehicleCargoesAndRefits(EngineID engine, CargoArray *cargoes, uint32 *refits);
void SetYearEngineAgingStops();
void StartupOneEngine(Engine *e, Date aging_date);