]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/precipitation_mgr.hxx
Minor file mode issue.
[flightgear.git] / src / Environment / precipitation_mgr.hxx
index 6f2ab8dd782d4d94e18bebee532158c76361e9b4..69a0ecfaa223d237379229cdf79b13473c6dfabe 100644 (file)
@@ -32,6 +32,7 @@
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/environment/precipitation.hxx>
 
+
 class FGPrecipitationMgr : public SGSubsystem
 {
 private:
@@ -40,7 +41,6 @@ private:
     osg::ref_ptr<SGPrecipitation> 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