Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 26, 2006, 7:43:44 PM (18 years ago)
Author:
patrick
Message:

network: little bit more code :D

File:
1 edited

Legend:

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

    r6779 r6782  
    1414class TiXmlElement;
    1515class Light;
    16 class Element2D;
     16class Billboard;
    1717
    1818//! A class that handles LenseFlares. The LenseFlareManager operates on this.
     
    4141  private:
    4242    Light*                   lightSource;        //!< reference to the sun (or primary light source)
    43     std::vector<Element2D*>  flares;             //!< the flares array
     43    std::vector<Billboard*>  flares;             //!< the flares array
    4444};
    4545
Note: See TracChangeset for help on using the changeset viewer.