(svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu)

This commit is contained in:
alberth
2017-03-18 20:43:43 +00:00
parent 19188818ea
commit ad88588481
4 changed files with 31 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ struct Engine : EnginePool::PoolItem<&_engine_pool> {
uint GetDisplayMaxTractiveEffort() const;
Date GetLifeLengthInDays() const;
uint16 GetRange() const;
StringID GetAircraftTypeText() const;
/**
* Check whether the engine is hidden in the GUI for the given company.