]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Merge branch 'ehofman/jsbsim'
[flightgear.git] / src / Environment / fgclouds.hxx
index 797b55247929deea3de50efb765281602f1dd4a1..8a956d74829c05b05c9f8ae973ce731bae7e8a18 100644 (file)
 
 using std::string;
 
-class SGNewCloud;
+class SGSampleGroup;
 class SGCloudField;
+class SGNewCloud;
 class FGMetar;
-class FGEnvironmentCtrl;
+//class FGEnvironmentCtrl;
 
 class FGClouds {
 
 private:
-void buildCloud(SGPropertyNode *cloud_def_root, SGPropertyNode *box_def_root, const string& name, sgVec3 pos, SGCloudField *layer);
+       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 buildCloudLayers(void);