Display number of included/DB models in "1st model set wizard"

This commit is contained in:
Klaus Basan
2019-01-02 08:50:35 +01:00
committed by Mat Sutcliffe
parent 2de192600f
commit 7be54fde87
5 changed files with 37 additions and 3 deletions

View File

@@ -308,6 +308,9 @@ namespace BlackMisc
//! Count VTOL aircraft
int countVtolAircraft() const;
//! Count by mode
int countByMode(CAircraftModel::ModelMode mode) const;
//! Count military aircraft
int countMilitaryAircraft() const;