Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2006, 10:34:43 AM (19 years ago)
Author:
amaechler
Message:


File:
1 edited

Legend:

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

    r7810 r8521  
    11/*!
    22 * @file sun_effect.h
    3  * 
     3 *
    44 */
    55
     
    2020    virtual void loadParams(const TiXmlElement* root);
    2121
    22     virtual bool init();
     22    virtual void init();
    2323
    24     virtual bool activate() = 0;
    25     virtual bool deactivate() = 0;
     24    virtual void activate() = 0;
     25    virtual void deactivate() = 0;
    2626
    2727    virtual void draw() const;
Note: See TracChangeset for help on using the changeset viewer.