Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2006, 4:17:20 PM (19 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/weather_effect.cc

    r7381 r7382  
    2626 * @param root The XML-element to load the WeatherEffect from
    2727 */
    28 WeatherEffects::WeatherEffect(const TiXmlElement* root)
     28WeatherEffect::WeatherEffect(const TiXmlElement* root)
    2929{
    3030  // this->setClassID(CL_WEATHER_EFFECT, "WeatherEffect");
     
    3636 *  destroys a WeatherEffects
    3737 */
    38 WeatherEffects::~WeatherEffect()
     38WeatherEffect::~WeatherEffect()
    3939{
    4040
     
    7070 * ticks the effect if there is any time dependancy
    7171 */
    72 void WeatherEffects::tick(float dt)
     72void WeatherEffect::tick(float dt)
    7373{}
    7474
Note: See TracChangeset for help on using the changeset viewer.