Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2006, 3:02:39 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: AtmosphericEngine ticks and draws the different weather effects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.h

    r7503 r7514  
    2222    void loadParams(const TiXmlElement* root);
    2323
    24     // bool init();
     24    void init();
    2525
    2626    void draw() const;
     
    3737
    3838    static AtmosphericEngine*     singletonRef;       //!< Pointer to the only instance of this Class
    39     const std::list<BaseObject*>* weatherEffects;   //!< list of weather effects
    40 
    41   //protected:
    42   //  bool              bActivated;
    4339};
    4440
Note: See TracChangeset for help on using the changeset viewer.