]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_mgr.hxx
fix a pointer reference.
[flightgear.git] / src / Environment / environment_mgr.hxx
index 7e0bc68217a051c042148acf83165ea8358e78b5..ffd75346345067f9d22c353614bea1f1694e8a8e 100644 (file)
@@ -35,6 +35,8 @@
 
 class FGEnvironment;
 class FGEnvironmentCtrl;
+class FGMetarCtrl;
+class FGMetarFetcher;
 class FGClouds;
 class FGPrecipitationMgr;
 
@@ -89,6 +91,8 @@ private:
 
   FGEnvironment * _environment;        // always the same, for now
   FGEnvironmentCtrl * _controller; // always the same, for now
+  FGMetarCtrl * _metarcontroller; 
+  FGMetarFetcher * _metarfetcher;
   FGPrecipitationMgr* _precipitationManager;
 
   FGClouds *fgClouds;