Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 1:12:24 PM (19 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: fog & changed init & activate fcts from bool to void

File:
1 edited

Legend:

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

    r8356 r8455  
    3030                virtual void loadParams(const TiXmlElement* root);
    3131
    32                 virtual bool init();
     32                virtual void init();
    3333
    34                 virtual bool activate();
    35                 virtual bool deactivate();
     34                virtual void activate();
     35                virtual void deactivate();
    3636
    3737                inline void activateRain() { this->activate(); }
Note: See TracChangeset for help on using the changeset viewer.