Ref T515, further utility functions to validate models

This commit is contained in:
Klaus Basan
2019-01-18 21:15:27 +01:00
committed by Mat Sutcliffe
parent bb9b5e8e97
commit de680f4fcd
8 changed files with 98 additions and 11 deletions

View File

@@ -222,9 +222,15 @@ namespace BlackMisc
//! Object count for given simulator
int getCount(const CSimulatorInfo &simulator) const;
//! Unkown count
//! Unknown count
int getCountForUnknownSimulators() const;
//! P3D, FSX, or FS9
int getCountForFsFamilySimulators() const;
//! P3D or FSX
int getCountForFsxFamilySimulators() const;
//! Set count
void setCount(int count, const CSimulatorInfo &simulator);