X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fprecipitation_mgr.hxx;h=69a0ecfaa223d237379229cdf79b13473c6dfabe;hb=dc76290d6e7d2f24d6c352d8f9da4b0f9f1e5f40;hp=6f2ab8dd782d4d94e18bebee532158c76361e9b4;hpb=b8de58bcdd9e5580c7b05b5051239c546e23a721;p=flightgear.git diff --git a/src/Environment/precipitation_mgr.hxx b/src/Environment/precipitation_mgr.hxx index 6f2ab8dd7..69a0ecfaa 100644 --- a/src/Environment/precipitation_mgr.hxx +++ b/src/Environment/precipitation_mgr.hxx @@ -32,6 +32,7 @@ #include #include + class FGPrecipitationMgr : public SGSubsystem { private: @@ -40,7 +41,6 @@ private: osg::ref_ptr precipitation; float getPrecipitationAtAltitudeMax(void); - public: FGPrecipitationMgr(); virtual ~FGPrecipitationMgr(); @@ -49,7 +49,10 @@ public: virtual void init (); virtual void update (double dt); + void setPrecipitationLevel(double l); + osg::Group * getObject(void); + }; #endif