]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_mgr.hxx
Fix line endings
[flightgear.git] / src / Environment / environment_mgr.hxx
index abef848f54fa0801d1a4158f178b2762dad60323..ff0111afeaeed2cb5dc92f6c8cec43e29a26413a 100644 (file)
@@ -34,7 +34,7 @@
 
 class FGEnvironment;
 class FGEnvironmentCtrl;
-
+class FGClouds;
 
 /**
  * Manage environment information.
@@ -87,6 +87,7 @@ private:
   FGEnvironment * _environment;        // always the same, for now
   FGEnvironmentCtrl * _controller; // always the same, for now
 
+  FGClouds *fgClouds;
 };
 
 #endif // _ENVIRONMENT_MGR_HXX