]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Continuous replay: use correct replay duration
[flightgear.git] / src / Environment / fgclouds.hxx
index 34ac595e311a7d275b96d18c29fbd264711d5024..61ccaccfef6e8774bccd33703cc16dd9475be807 100644 (file)
@@ -45,19 +45,28 @@ private:
        void buildCloudLayers(void);
 
        int update_event;
+#if 0
        SGSoundSample *snd_lightning;
+#endif
        bool clouds_3d_enabled;
+  int index;
 
 public:
        FGClouds();
        ~FGClouds();
 
-       void init(void);
+       void Init(void);
 
        int get_update_event(void) const;
        void set_update_event(int count);
        bool get_3dClouds() const;
        void set_3dClouds(bool enable);
+
 };
 
+static bool do_delete_3Dcloud (const SGPropertyNode *arg);
+static bool do_move_3Dcloud (const SGPropertyNode *arg);
+static bool do_add_3Dcloud (const SGPropertyNode *arg);
+
 #endif // _FGCLOUDS_HXX
+