mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T515, utility functions for modellist, renamed to find "findFsFamilyModels"
This commit is contained in:
committed by
Mat Sutcliffe
parent
33736ca5af
commit
070577dae8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user