Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8495 in orxonox.OLD for trunk/src/lib/graphics/effects/lense_flare.h


Ignore:
Timestamp:
Jun 15, 2006, 9:50:56 PM (19 years ago)
Author:
bensch
Message:

merged the branche atmos back. no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/effects/lense_flare.h

    r8362 r8495  
    3232    virtual void loadParams(const TiXmlElement* root);
    3333
    34     virtual bool init();
     34    virtual void init();
    3535
    36     virtual bool activate();
    37     virtual bool deactivate();
     36    virtual void activate();
     37    virtual void deactivate();
    3838
    3939    virtual void draw() const;
Note: See TracChangeset for help on using the changeset viewer.