Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2006, 10:27:10 AM (18 years ago)
Author:
patrick
Message:

network: compiles again

File:
1 edited

Legend:

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

    r6785 r6786  
    1111#include <vector>
    1212
     13#include "vector.h"
    1314
    1415class TiXmlElement;
     
    4445    std::vector<Billboard*>  flares;             //!< the flares array
    4546
    46     Vector*                  flareVector;        //!< the axis to draw the flares on
    47     Vector*                  screenCenter;       //!< the vector marking the center of the screen
     47    Vector                   flareVector;        //!< the axis to draw the flares on
     48    Vector                   screenCenter;       //!< the vector marking the center of the screen
    4849};
    4950
Note: See TracChangeset for help on using the changeset viewer.