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/snow_effect.h

    r8255 r8455  
    2828                virtual void loadParams(const TiXmlElement* root);
    2929
    30                 virtual bool init();
     30                virtual void init();
    3131
    32                 virtual bool activate();
    33                 virtual bool deactivate();
     32                virtual void activate();
     33                virtual void deactivate();
    3434
    3535                inline void activateSnow() { this->activate(); }
Note: See TracChangeset for help on using the changeset viewer.