]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/cloud.hxx
Harald Johnson:
[simgear.git] / simgear / scene / sky / cloud.hxx
index dbd7c8fb1cdfe154584d00fdcfd53a9a8f76ebf9..9d0f139e6a3c3d113cdf8849ab1694c23fd0f5e5 100644 (file)
@@ -39,6 +39,7 @@ SG_USING_STD(string);
 // SG_USING_STD(cout);
 // SG_USING_STD(endl);
 
+class SGCloudField;
 
 /**
  * A class layer to model a single cloud layer
@@ -225,6 +226,8 @@ private:
     // position, not view position
     // double xoff, yoff;
     double last_lon, last_lat, last_course;
+
+       SGCloudField *layer3D;
 };