mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T515, further utility functions to validate models
This commit is contained in:
committed by
Mat Sutcliffe
parent
bb9b5e8e97
commit
de680f4fcd
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user