Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 26, 2006, 6:47:01 PM (18 years ago)
Author:
patrick
Message:

network: adding a billboard

File:
1 edited

Legend:

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

    r6776 r6779  
    99#include "graphics_effect.h"
    1010
    11 #include <list>
     11#include <vector>
    1212
    1313
    1414class TiXmlElement;
     15class Light;
     16class Element2D;
    1517
    1618//! A class that handles LenseFlares. The LenseFlareManager operates on this.
     
    3032    virtual void draw() const;
    3133
     34    void addFlare(const char* textureName);
     35
    3236
    3337  private:
Note: See TracChangeset for help on using the changeset viewer.