X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FTimeManager.hxx;h=ef86c907f94fc9761fdb8bb240ea85c692845016;hb=da73dd97d3d0e36b6078728ac39f0b98cae46ff7;hp=10226eaf63446f4882f93db65ada92a9284eaaf2;hpb=4b2506d709fb03d7021ac9be1e259e0fa46625d9;p=flightgear.git diff --git a/src/Time/TimeManager.hxx b/src/Time/TimeManager.hxx index 10226eaf6..ef86c907f 100644 --- a/src/Time/TimeManager.hxx +++ b/src/Time/TimeManager.hxx @@ -23,6 +23,7 @@ #include #include +#include // forward decls class SGTime; @@ -87,6 +88,11 @@ private: time_t _lastFrameTime; double _frameLatencyMax; int _frameCount; + + SGPropObjBool _sceneryLoaded, + _sceneryLoadOverride; + SGPropObjInt _modelHz; + SGPropObjDouble _timeDelta, _simTimeDelta; }; #endif // of FG_TIME_TIMEMANAGER_HXX