Ref T515, utility functions for modellist, renamed to find "findFsFamilyModels"

This commit is contained in:
Klaus Basan
2019-01-28 19:36:21 +01:00
committed by Mat Sutcliffe
parent 33736ca5af
commit 070577dae8
3 changed files with 17 additions and 6 deletions

View File

@@ -223,7 +223,10 @@ namespace BlackMisc
CAircraftModelList findDuplicateModelStrings() const;
//! All models of the FS (FSX, P3D, FS9) family
CAircraftModelList getAllFsFamilyModels() const;
CAircraftModelList findFsFamilyModels() const;
//! All models NOT of the FS (FSX, P3D, FS9) family
CAircraftModelList findNonFsFamilyModels() const;
//! All included models
CAircraftModelList getAllIncludedModels() const;