Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8362 in orxonox.OLD for trunk/src/lib/graphics/effects/fog_effect.h


Ignore:
Timestamp:
Jun 14, 2006, 10:08:41 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: removed stupid included in base_object.h
this should lead to faster compile-times

File:
1 edited

Legend:

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

    r8255 r8362  
    99
    1010#include "weather_effect.h"
     11#include "glincl.h"
     12
    1113
    1214class FogEffect : public WeatherEffect
     
    4345                GLfloat                         fogFadeDuration;
    4446                float                           localTimer;
    45                
     47
    4648                GLint                           fogMode;
    4749                GLfloat                         fogDensity;
Note: See TracChangeset for help on using the changeset viewer.