X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fenvironment_mgr.hxx;h=ff0111afeaeed2cb5dc92f6c8cec43e29a26413a;hb=4bfd1722df24f5be89459b25010e5d7352720a7b;hp=33204bc60182340f80fa69eb4a387e5b0f33d658;hpb=e588cbadd8eb31627e8054dfa609833141c515f2;p=flightgear.git diff --git a/src/Environment/environment_mgr.hxx b/src/Environment/environment_mgr.hxx index 33204bc60..ff0111afe 100644 --- a/src/Environment/environment_mgr.hxx +++ b/src/Environment/environment_mgr.hxx @@ -24,8 +24,7 @@ #define _ENVIRONMENT_MGR_HXX #include - -#include
+#include #ifdef SG_HAVE_STD_INCLUDES # include @@ -35,12 +34,12 @@ class FGEnvironment; class FGEnvironmentCtrl; - +class FGClouds; /** * Manage environment information. */ -class FGEnvironmentMgr : public FGSubsystemGroup +class FGEnvironmentMgr : public SGSubsystemGroup { public: @@ -88,6 +87,7 @@ private: FGEnvironment * _environment; // always the same, for now FGEnvironmentCtrl * _controller; // always the same, for now + FGClouds *fgClouds; }; #endif // _ENVIRONMENT_MGR_HXX