]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/precipitation_mgr.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Environment / precipitation_mgr.hxx
index 69a0ecfaa223d237379229cdf79b13473c6dfabe..449f7f47c332a60bdc6c6a63e75d854c8550da08 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/environment/precipitation.hxx>
-
+#include <simgear/props/tiedpropertylist.hxx>
 
 class FGPrecipitationMgr : public SGSubsystem
 {
@@ -40,12 +40,15 @@ private:
     osg::ref_ptr<osg::MatrixTransform> transform;
     osg::ref_ptr<SGPrecipitation> precipitation;
     float getPrecipitationAtAltitudeMax(void);
+    simgear::TiedPropertyList _tiedProperties;
 
 public:
     FGPrecipitationMgr();
     virtual ~FGPrecipitationMgr();
 
     // SGSubsystem methods
+    virtual void bind ();
+    virtual void unbind ();
     virtual void init ();
     virtual void update (double dt);