X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fenvironment_mgr.hxx;h=1c99327a151c797afa031f6accd31c5ef5616868;hb=520c002058c5b7a919eb84a1f75eb643441f3537;hp=dab6e6169d7c708e9bb6fd94c077764cae6a536b;hpb=43bc61d1318abd52de6c723dbeef0e4058b1a823;p=flightgear.git diff --git a/src/Environment/environment_mgr.hxx b/src/Environment/environment_mgr.hxx index dab6e6169..1c99327a1 100644 --- a/src/Environment/environment_mgr.hxx +++ b/src/Environment/environment_mgr.hxx @@ -38,6 +38,7 @@ class FGMetarCtrl; class FGMetarFetcher; class FGClouds; class FGPrecipitationMgr; +class SGSky; /** * Manage environment information. @@ -102,6 +103,8 @@ private: SGPropertyNode_ptr _latitude_n; simgear::TiedPropertyList _tiedProperties; SGPropertyChangeListener * _3dCloudsEnableListener; + SGSky* _sky; + }; #endif // _ENVIRONMENT_MGR_HXX