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

    r8443 r8455  
    1818                virtual void loadParams(const TiXmlElement* root);
    1919
    20                 virtual bool init();
     20                virtual void init();
    2121
    22                 virtual bool activate();
    23                 virtual bool deactivate();
     22                virtual void activate();
     23                virtual void deactivate();
    2424
    2525                void activateFog() { this->activate(); }
Note: See TracChangeset for help on using the changeset viewer.