From: Torsten Dreyer Date: Fri, 26 Nov 2010 18:29:59 +0000 (+0100) Subject: Expose the cloud layer type to the property tree X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6403a119a29d2649d3ee9506ea0fa5bde92d1221;p=flightgear.git Expose the cloud layer type to the property tree Missing file --- diff --git a/src/Environment/environment_mgr.hxx b/src/Environment/environment_mgr.hxx index 04758c97d..7b5ad76cb 100644 --- a/src/Environment/environment_mgr.hxx +++ b/src/Environment/environment_mgr.hxx @@ -87,6 +87,8 @@ private: void set_cloud_layer_coverage (int index, const char * coverage); int get_cloud_layer_coverage_type (int index) const; void set_cloud_layer_coverage_type (int index, int type ); + double get_cloud_layer_visibility_m (int index) const; + void set_cloud_layer_visibility_m (int index, double visibility_m); FGEnvironment * _environment; // always the same, for now FGClouds *fgClouds;