Added "isWeatherActivated" based on the discussion with LT

This commit is contained in:
Klaus Basan
2019-02-27 21:55:39 +01:00
committed by Mat Sutcliffe
parent f98ba0e494
commit 6ca6d12851
8 changed files with 34 additions and 4 deletions

View File

@@ -278,6 +278,9 @@ namespace BlackCore
//! Reset model by matching it again
virtual bool resetToModelMatchingAircraft(const BlackMisc::Aviation::CCallsign &callsign) = 0;
//! Is simulator weather activated or deactivated?
virtual bool isWeatherActivated() const = 0;
//! Activates or deactivates simulator weather
virtual void setWeatherActivated(bool activated) = 0;