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

    r8373 r8455  
    2525                virtual void loadParams(const TiXmlElement* root);
    2626
    27                 virtual bool init();
     27                virtual void init();
    2828
    29                 virtual bool activate();
    30                 virtual bool deactivate();
     29                virtual void activate();
     30                virtual void deactivate();
    3131
    32                 inline void activateLightening() { this->activate(); }
    33                 inline void deactivateLightening() { this->deactivate(); }
     32                inline  void activateLightening() { this->activate(); }
     33                inline  void deactivateLightening() { this->deactivate(); }
    3434
    3535                virtual void draw() const;
Note: See TracChangeset for help on using the changeset viewer.