]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/TimeManager.hxx
Clean-up cmake (linker) dependencies.
[flightgear.git] / src / Time / TimeManager.hxx
index 10226eaf63446f4882f93db65ada92a9284eaaf2..ef86c907f94fc9761fdb8bb240ea85c692845016 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/props.hxx>
+#include <simgear/props/propertyObject.hxx>
 
 // 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