X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Ffgclouds.hxx;h=34ac595e311a7d275b96d18c29fbd264711d5024;hb=6eadcb8dfcd6f925dac73cb5a023e5bb73921b47;hp=96dc20ce355c6f30163a5c6980f0d9930d11a0df;hpb=5edbb79ec7474e30fd6ae43c085938436b06d7fc;p=flightgear.git diff --git a/src/Environment/fgclouds.hxx b/src/Environment/fgclouds.hxx index 96dc20ce3..34ac595e3 100644 --- a/src/Environment/fgclouds.hxx +++ b/src/Environment/fgclouds.hxx @@ -34,22 +34,19 @@ using std::string; -class SGNewCloud; class SGCloudField; -class FGMetar; -class FGEnvironmentCtrl; class FGClouds { private: double buildCloud(SGPropertyNode *cloud_def_root, SGPropertyNode *box_def_root, const string& name, double grid_z_rand, SGCloudField *layer); - void buildLayer(int iLayer, const string& name, double alt, double coverage); + void buildLayer(int iLayer, const string& name, double coverage); void buildCloudLayers(void); int update_event; SGSoundSample *snd_lightning; - bool clouds_3d_enabled; + bool clouds_3d_enabled; public: FGClouds(); @@ -59,8 +56,8 @@ public: int get_update_event(void) const; void set_update_event(int count); - bool get_3dClouds() const; - void set_3dClouds(bool enable); + bool get_3dClouds() const; + void set_3dClouds(bool enable); }; #endif // _FGCLOUDS_HXX